diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-01-04 17:59:03 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-01-04 17:59:03 +0000 |
commit | 9d709c0267f3c35fd758825c212c926631793488 (patch) | |
tree | 00bfdc7cdef100f60991aadd5eab521c4019c21d /app/views | |
parent | 98f8a17851d55bc9cbdadfc40329c626178b5c0d (diff) | |
download | redmine-9d709c0267f3c35fd758825c212c926631793488.tar.gz redmine-9d709c0267f3c35fd758825c212c926631793488.zip |
Updates year in footer.
git-svn-id: http://svn.redmine.org/redmine/trunk@16125 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-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 204cdb614..126d86b41 100644 --- a/app/views/layouts/base.html.erb +++ b/app/views/layouts/base.html.erb @@ -118,7 +118,7 @@ <div id="footer"> <div class="bgl"><div class="bgr"> - Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> © 2006-2016 Jean-Philippe Lang + Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> © 2006-2017 Jean-Philippe Lang </div></div> </div> </div> |