diff options
author | Go MAEDA <maeda@farend.jp> | 2021-03-25 07:05:02 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-03-25 07:05:02 +0000 |
commit | 3bbf8f1f96682bad3a503283a16297a864b4c880 (patch) | |
tree | 5a7ff25bebc2b42d169cec657cd64df4c146bd88 | |
parent | d49df3cc6ea9da77965713ce9466a95b8e14590d (diff) | |
download | redmine-3bbf8f1f96682bad3a503283a16297a864b4c880.tar.gz redmine-3bbf8f1f96682bad3a503283a16297a864b4c880.zip |
Merged r20847 from trunk to 4.1-stable (#34955).
git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@20848 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 76e23cf7d..b6e68da49 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-2020 Jean-Philippe Lang + Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> © 2006-2021 Jean-Philippe Lang </div> </div> |