From 35678a1c090d577b7c92e3c3fc04ba17d3788645 2007-02-27 22:07:42 From: Jean-Philippe Lang Date: 2007-02-27 22:07:42 Subject: [PATCH] brackets removed around "View all changes" on issues/show git-svn-id: http://redmine.rubyforge.org/svn/trunk@281 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/issues/show.rhtml b/app/views/issues/show.rhtml index 0be9f90..5acc02b 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 %>