From 35678a1c090d577b7c92e3c3fc04ba17d3788645 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Tue, 27 Feb 2007 22:07:42 +0000 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 --- app/views/issues/show.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>