From: Toshi MARUYAMA Date: Sat, 20 Aug 2011 13:40:33 +0000 (+0000) Subject: replace « and » at app/views/gantts/show.html.erb to hexadecimal UTF-8... X-Git-Tag: 1.3.0~1470 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=336eb04b6d3eeb37a9e941755b8d5fe85ad5e4af;p=redmine.git replace « and » at app/views/gantts/show.html.erb to hexadecimal UTF-8 strings (#4796). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6491 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/gantts/show.html.erb b/app/views/gantts/show.html.erb index 1acd83487..e3624c95d 100644 --- a/app/views/gantts/show.html.erb +++ b/app/views/gantts/show.html.erb @@ -169,8 +169,8 @@ if Date.today >= @gantt.date_from and Date.today <= @gantt.date_to %> - - + +
<%= link_to_content_update('« ' + l(:label_previous), params.merge(@gantt.params_previous)) %><%= link_to_content_update(l(:label_next) + ' »', params.merge(@gantt.params_next)) %><%= 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)) %>