diff --git a/app/views/issues/show.rhtml b/app/views/issues/show.rhtml index 5ef8acf..369f8d0 100644 --- a/app/views/issues/show.rhtml +++ b/app/views/issues/show.rhtml @@ -81,6 +81,7 @@ end %> <% end %> +<% if @journals_count > 0 %>

<%=l(:label_history)%> <% if @journals_count > @journals.length %>(<%= l(:label_last_changes, @journals.length) %>)<% end %>

@@ -89,6 +90,7 @@ end %>

<%= link_to l(:label_change_view_all), :action => 'history', :id => @issue %>

<% end %>
+<% end %>

<%=l(:label_attachment_plural)%>