diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-03-15 07:35:49 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-03-15 07:35:49 +0000 |
commit | 8d6ecfa068fcdc0c9d189ff3fdbb37024c5d72d6 (patch) | |
tree | 100049923b2a1b08935b914e2ea1201b0e5f3c80 | |
parent | fa8984f36a3f61588c103da323cfbb0764243ef8 (diff) | |
download | redmine-8d6ecfa068fcdc0c9d189ff3fdbb37024c5d72d6.tar.gz redmine-8d6ecfa068fcdc0c9d189ff3fdbb37024c5d72d6.zip |
Update footer copyright to 2019 (#30872).
git-svn-id: http://svn.redmine.org/redmine/trunk@17952 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 37221cbec..b2911b4ee 100644 --- a/app/views/layouts/base.html.erb +++ b/app/views/layouts/base.html.erb @@ -118,7 +118,7 @@ <div id="ajax-modal" style="display:none;"></div> <div id="footer"> - Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> © 2006-2018 Jean-Philippe Lang + Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> © 2006-2019 Jean-Philippe Lang </div> </div> </div> |