summaryrefslogtreecommitdiffstats
path: root/app/views/activities
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-06-30 20:17:19 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-06-30 20:17:19 +0000
commitc84f7243f52d966affd7487b43514ba870f45c2a (patch)
treea04bc846dd8681522ba4a171ddd0b8e55244f276 /app/views/activities
parentaadddc9427b4f5709432701162fad36ac9022e28 (diff)
downloadredmine-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/activities')
-rw-r--r--app/views/activities/index.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/activities/index.html.erb b/app/views/activities/index.html.erb
index 748e60fd1..d3a780f0c 100644
--- a/app/views/activities/index.html.erb
+++ b/app/views/activities/index.html.erb
@@ -24,12 +24,12 @@
<span class="pagination">
<ul class="pages">
<li class="previous page">
-<%= link_to_content_update("\xc2\xab " + l(:label_previous),
+<%= link_to("\xc2\xab " + l(:label_previous),
params.merge(:from => @date_to - @days - 1),
:title => l(:label_date_from_to, :start => format_date(@date_to - 2*@days), :end => format_date(@date_to - @days - 1)),
:accesskey => accesskey(:previous)) %>
</li><% unless @date_to >= User.current.today %><li class="next page">
-<%= link_to_content_update(l(:label_next) + " \xc2\xbb",
+<%= link_to(l(:label_next) + " \xc2\xbb",
params.merge(:from => @date_to + @days - 1),
:title => l(:label_date_from_to, :start => format_date(@date_to), :end => format_date(@date_to + @days - 1)),
:accesskey => accesskey(:next)) %><% end %>