diff --git a/app/views/issues/show.rhtml b/app/views/issues/show.rhtml index 0be9f907..5acc02bc 100644 --- a/app/views/issues/show.rhtml +++ b/app/views/issues/show.rhtml @@ -72,7 +72,7 @@ end %> <% if @journals_count > @journals.length %>(<%= l(:label_last_changes, @journals.length) %>)<% end %> <%= render :partial => 'history', :locals => { :journals => @journals } %> <% if @journals_count > @journals.length %> -

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

+

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

<% end %>