diff options
Diffstat (limited to 'app/views/issues')
-rw-r--r-- | app/views/issues/show.rhtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/issues/show.rhtml b/app/views/issues/show.rhtml index 5ef8acf58..369f8d094 100644 --- a/app/views/issues/show.rhtml +++ b/app/views/issues/show.rhtml @@ -81,6 +81,7 @@ end %> </div> <% end %> +<% if @journals_count > 0 %> <div id="history" class="box"> <h3><%=l(:label_history)%> <% if @journals_count > @journals.length %>(<%= l(:label_last_changes, @journals.length) %>)<% end %></h3> @@ -89,6 +90,7 @@ end %> <p><center><small><%= link_to l(:label_change_view_all), :action => 'history', :id => @issue %></small></center></p> <% end %> </div> +<% end %> <div class="box"> <h3><%=l(:label_attachment_plural)%></h3> |