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