@@ -44,18 +44,19 | |||
|
44 | 44 | <%= render_custom_fields_rows(@issue) %> |
|
45 | 45 | <%= call_hook(:view_issues_show_details_bottom, :issue => @issue) %> |
|
46 | 46 | </table> |
|
47 | <hr /> | |
|
48 | 47 | |
|
48 | <% if @issue.description? || @issue.attachments.any? -%> | |
|
49 | <hr /> | |
|
49 | 50 | <div class="contextual"> |
|
50 |
<%= link_to_remote_if_authorized(l(:button_quote), { :url => {:action => 'reply', :id => @issue} }, :class => 'icon icon-comment') |
|
|
51 | <%= link_to_remote_if_authorized(l(:button_quote), { :url => {:action => 'reply', :id => @issue} }, :class => 'icon icon-comment') if @issue.description? %> | |
|
51 | 52 | </div> |
|
52 | 53 | |
|
53 | <p><strong><%=l(:field_description)%></strong></p> | |
|
54 | 54 | <div class="wiki"> |
|
55 | 55 | <%= textilizable @issue, :description, :attachments => @issue.attachments %> |
|
56 | 56 | </div> |
|
57 | 57 | |
|
58 | 58 | <%= link_to_attachments @issue %> |
|
59 | <% end -%> | |
|
59 | 60 | |
|
60 | 61 | <%= call_hook(:view_issues_show_description_bottom, :issue => @issue) %> |
|
61 | 62 |
General Comments 0
You need to be logged in to leave comments.
Login now