@@ -81,6 +81,7 end %> | |||
|
81 | 81 | </div> |
|
82 | 82 | <% end %> |
|
83 | 83 | |
|
84 | <% if @journals_count > 0 %> | |
|
84 | 85 | <div id="history" class="box"> |
|
85 | 86 | <h3><%=l(:label_history)%> |
|
86 | 87 | <% if @journals_count > @journals.length %>(<%= l(:label_last_changes, @journals.length) %>)<% end %></h3> |
@@ -89,6 +90,7 end %> | |||
|
89 | 90 | <p><center><small><%= link_to l(:label_change_view_all), :action => 'history', :id => @issue %></small></center></p> |
|
90 | 91 | <% end %> |
|
91 | 92 | </div> |
|
93 | <% end %> | |
|
92 | 94 | |
|
93 | 95 | <div class="box"> |
|
94 | 96 | <h3><%=l(:label_attachment_plural)%></h3> |
General Comments 0
You need to be logged in to leave comments.
Login now