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