diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-06-30 20:17:19 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-06-30 20:17:19 +0000 |
commit | c84f7243f52d966affd7487b43514ba870f45c2a (patch) | |
tree | a04bc846dd8681522ba4a171ddd0b8e55244f276 /app/views/gantts/show.html.erb | |
parent | aadddc9427b4f5709432701162fad36ac9022e28 (diff) | |
download | redmine-c84f7243f52d966affd7487b43514ba870f45c2a.tar.gz redmine-c84f7243f52d966affd7487b43514ba870f45c2a.zip |
Removed #link_to_content_update.
git-svn-id: http://svn.redmine.org/redmine/trunk@15598 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/gantts/show.html.erb')
-rw-r--r-- | app/views/gantts/show.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/gantts/show.html.erb b/app/views/gantts/show.html.erb index 34ee14c5a..1337fefe9 100644 --- a/app/views/gantts/show.html.erb +++ b/app/views/gantts/show.html.erb @@ -332,12 +332,12 @@ <table style="width:100%"> <tr> <td style="text-align:left;"> - <%= link_to_content_update("\xc2\xab " + l(:label_previous), + <%= link_to("\xc2\xab " + l(:label_previous), params.merge(@gantt.params_previous), :accesskey => accesskey(:previous)) %> </td> <td style="text-align:right;"> - <%= link_to_content_update(l(:label_next) + " \xc2\xbb", + <%= link_to(l(:label_next) + " \xc2\xbb", params.merge(@gantt.params_next), :accesskey => accesskey(:next)) %> </td> |