@@ -4,8 +4,8 | |||||
4 |
|
4 | |||
5 | <div class="<%= @issue.css_classes %> details"> |
|
5 | <div class="<%= @issue.css_classes %> details"> | |
6 | <%= avatar(@issue.author, :size => "50") %> |
|
6 | <%= avatar(@issue.author, :size => "50") %> | |
7 |
|
7 | |||
8 |
<div class="subject"> |
|
8 | <div class="subject"> | |
9 | <%= render_issue_subject_with_tree(@issue) %> |
|
9 | <%= render_issue_subject_with_tree(@issue) %> | |
10 | </div> |
|
10 | </div> | |
11 | <p class="author"> |
|
11 | <p class="author"> | |
@@ -51,7 +51,7 | |||||
51 | <div class="contextual"> |
|
51 | <div class="contextual"> | |
52 | <%= link_to_remote_if_authorized(l(:button_quote), { :url => {:controller => 'journals', :action => 'new', :id => @issue} }, :class => 'icon icon-comment') %> |
|
52 | <%= link_to_remote_if_authorized(l(:button_quote), { :url => {:controller => 'journals', :action => 'new', :id => @issue} }, :class => 'icon icon-comment') %> | |
53 | </div> |
|
53 | </div> | |
54 |
|
54 | |||
55 | <p><strong><%=l(:field_description)%></strong></p> |
|
55 | <p><strong><%=l(:field_description)%></strong></p> | |
56 | <div class="wiki"> |
|
56 | <div class="wiki"> | |
57 | <%= textilizable @issue, :description, :attachments => @issue.attachments %> |
|
57 | <%= textilizable @issue, :description, :attachments => @issue.attachments %> |
General Comments 0
You need to be logged in to leave comments.
Login now