]> source.dussan.org Git - redmine.git/commitdiff
brackets removed around "View all changes" on issues/show
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 27 Feb 2007 22:07:42 +0000 (22:07 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 27 Feb 2007 22:07:42 +0000 (22:07 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@281 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/show.rhtml

index 0be9f907ba790c4861b8b6bbec77b1e9d5eeb919..5acc02bcb1323f2c9f1dc9a0dcddef6ace0e9af9 100644 (file)
@@ -72,7 +72,7 @@ end %>
 <% if @journals_count > @journals.length %>(<%= l(:label_last_changes, @journals.length) %>)<% end %></h3>\r
 <%= render :partial => 'history', :locals => { :journals => @journals } %>\r
 <% if @journals_count > @journals.length %>\r
-    <p><center><small>[ <%= link_to l(:label_change_view_all), :action => 'history', :id => @issue %> ]</small></center></p>\r
+    <p><center><small><%= link_to l(:label_change_view_all), :action => 'history', :id => @issue %></small></center></p>\r
 <% end %>
 </div>\r
 \r