diff options
author | Go MAEDA <maeda@farend.jp> | 2022-01-02 04:55:57 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2022-01-02 04:55:57 +0000 |
commit | 55727d3f4c546264cb582fa0e2efb5f86f5d3201 (patch) | |
tree | ba22552a0bbf99e1ae5fede56740f036c7df8a72 | |
parent | d733f899b4521ad5f38481e3ba67a8b66724d3fe (diff) | |
download | redmine-55727d3f4c546264cb582fa0e2efb5f86f5d3201.tar.gz redmine-55727d3f4c546264cb582fa0e2efb5f86f5d3201.zip |
Merged r21339 from trunk to 4.1-stable (#36378).
git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@21341 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/views/layouts/base.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/base.html.erb b/app/views/layouts/base.html.erb index b6e68da49..2f04a5afd 100644 --- a/app/views/layouts/base.html.erb +++ b/app/views/layouts/base.html.erb @@ -117,7 +117,7 @@ </div> </div> <div id="footer"> - Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> © 2006-2021 Jean-Philippe Lang + Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> © 2006-2022 Jean-Philippe Lang </div> </div> |