From d9275b4c841daea75a65fa51e81631dc12ce17c1 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Wed, 2 Nov 2022 01:57:15 +0000 Subject: [PATCH] Merged r21942 from trunk to 5.0-stable (#37875). git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@21943 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/activities/index.html.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/activities/index.html.erb b/app/views/activities/index.html.erb index 83f67b1b8..cb0bef9dc 100644 --- a/app/views/activities/index.html.erb +++ b/app/views/activities/index.html.erb @@ -16,8 +16,7 @@ <%= link_to(l(:label_next) + " \xc2\xbb", {:params => request.query_parameters.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 %> - + :accesskey => accesskey(:next)) %><% end %>