@@ -4,8 +4,8 | |||
|
4 | 4 | |
|
5 | 5 | <div class="<%= @issue.css_classes %> details"> |
|
6 | 6 | <%= avatar(@issue.author, :size => "50") %> |
|
7 | ||
|
8 |
<div class="subject"> |
|
|
7 | ||
|
8 | <div class="subject"> | |
|
9 | 9 | <%= render_issue_subject_with_tree(@issue) %> |
|
10 | 10 | </div> |
|
11 | 11 | <p class="author"> |
@@ -51,7 +51,7 | |||
|
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 %> |
General Comments 0
You need to be logged in to leave comments.
Login now