diff options
author | Go MAEDA <maeda@farend.jp> | 2022-11-02 01:58:44 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2022-11-02 01:58:44 +0000 |
commit | aecd1b331eed0c416f2479eb6b481a7e780ec4e5 (patch) | |
tree | c0de77bade233b95bc0c40590c742755060fc771 | |
parent | 6ef783417e9167aed0f66c0a8d25a8bf9b2d7a44 (diff) | |
download | redmine-4.0-stable.tar.gz redmine-4.0-stable.zip |
Merged r21942 from trunk to 4.2-stable (#37875).4.0-stable
git-svn-id: https://svn.redmine.org/redmine/branches/4.0-stable@21944 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/views/activities/index.html.erb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/activities/index.html.erb b/app/views/activities/index.html.erb index 64f7f6a85..7a97b7fbe 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 %> - </li> + :accesskey => accesskey(:next)) %></li><% end %> </ul> </span> |