From 967564cba0bdc7b75ecd3bd44a2a4ae1c7d82c64 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 11 Nov 2013 21:01:21 +0000 Subject: Removed deprecated align and width html attributes (#15307). git-svn-id: http://svn.redmine.org/redmine/trunk@12268 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/gantts/show.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views/gantts/show.html.erb') diff --git a/app/views/gantts/show.html.erb b/app/views/gantts/show.html.erb index 9b138d2d7..b0e82fa54 100644 --- a/app/views/gantts/show.html.erb +++ b/app/views/gantts/show.html.erb @@ -293,11 +293,11 @@ - - -- cgit v1.2.3
+ <%= link_to_content_update("\xc2\xab " + l(:label_previous), params.merge(@gantt.params_previous)) %> + <%= link_to_content_update(l(:label_next) + " \xc2\xbb", params.merge(@gantt.params_next)) %>