From a8cf13e8c8fb60d001ce44defda4988305f8d865 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 12 Dec 2010 17:12:05 +0000 Subject: [PATCH] Restores the issue description label (#6677). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4506 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/issues/show.rhtml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/app/views/issues/show.rhtml b/app/views/issues/show.rhtml index 9d0f2257a..0fa1076e5 100644 --- a/app/views/issues/show.rhtml +++ b/app/views/issues/show.rhtml @@ -47,14 +47,16 @@ <% if @issue.description? || @issue.attachments.any? -%>
-
-<%= link_to_remote_if_authorized(l(:button_quote), { :url => {:action => 'reply', :id => @issue} }, :class => 'icon icon-comment') if @issue.description? %> -
- -
-<%= textilizable @issue, :description, :attachments => @issue.attachments %> -
- +<% if @issue.description? %> +
+ <%= link_to_remote_if_authorized(l(:button_quote), { :url => {:action => 'reply', :id => @issue} }, :class => 'icon icon-comment') %> +
+ +

<%=l(:field_description)%>

+
+ <%= textilizable @issue, :description, :attachments => @issue.attachments %> +
+<% end %> <%= link_to_attachments @issue %> <% end -%> -- 2.39.5