diff --git a/app/views/issues/show.html.erb b/app/views/issues/show.html.erb index 07440c504..8dd3a2f9d 100644 --- a/app/views/issues/show.html.erb +++ b/app/views/issues/show.html.erb @@ -4,8 +4,8 @@
<%= avatar(@issue.author, :size => "50") %> - -
+ +
<%= render_issue_subject_with_tree(@issue) %>

@@ -51,7 +51,7 @@

<%= link_to_remote_if_authorized(l(:button_quote), { :url => {:controller => 'journals', :action => 'new', :id => @issue} }, :class => 'icon icon-comment') %>
- +

<%=l(:field_description)%>

<%= textilizable @issue, :description, :attachments => @issue.attachments %>