@@ -48,14 +48,14 | |||||
48 | <% if @issue.description? || @issue.attachments.any? -%> |
|
48 | <% if @issue.description? || @issue.attachments.any? -%> | |
49 | <hr /> |
|
49 | <hr /> | |
50 | <% if @issue.description? %> |
|
50 | <% if @issue.description? %> | |
51 |
|
|
51 | <div class="contextual"> | |
52 |
|
|
52 | <%= link_to_remote_if_authorized(l(:button_quote), { :url => {:controller => 'journals', :action => 'new', :id => @issue} }, :class => 'icon icon-comment') %> | |
53 |
|
|
53 | </div> | |
54 |
|
54 | |||
55 |
|
|
55 | <p><strong><%=l(:field_description)%></strong></p> | |
56 |
|
|
56 | <div class="wiki"> | |
57 |
|
|
57 | <%= textilizable @issue, :description, :attachments => @issue.attachments %> | |
58 |
|
|
58 | </div> | |
59 | <% end %> |
|
59 | <% end %> | |
60 | <%= link_to_attachments @issue %> |
|
60 | <%= link_to_attachments @issue %> | |
61 | <% end -%> |
|
61 | <% end -%> | |
@@ -109,8 +109,8 | |||||
109 | <% end %> |
|
109 | <% end %> | |
110 |
|
110 | |||
111 | <% other_formats_links do |f| %> |
|
111 | <% other_formats_links do |f| %> | |
112 |
|
|
112 | <%= f.link_to 'Atom', :url => {:key => User.current.rss_key} %> | |
113 |
|
|
113 | <%= f.link_to 'PDF' %> | |
114 | <% end %> |
|
114 | <% end %> | |
115 |
|
115 | |||
116 | <% html_title h("#{@issue.tracker.name} ##{@issue.id}: #{@issue.subject}") %> |
|
116 | <% html_title h("#{@issue.tracker.name} ##{@issue.id}: #{@issue.subject}") %> |
General Comments 0
You need to be logged in to leave comments.
Login now