diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-03-13 10:41:37 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-03-13 10:41:37 +0000 |
commit | b2131b32453ad479b2df561836cff1d816c54f05 (patch) | |
tree | c1286d6fad07de9b9079c6e4e266ee1dd1f6dfd1 /app/views | |
parent | b94db7abd9d411e381158c478eccd46461404f55 (diff) | |
download | redmine-b2131b32453ad479b2df561836cff1d816c54f05.tar.gz redmine-b2131b32453ad479b2df561836cff1d816c54f05.zip |
Merged r15238.
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15239 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 1d83ca12b..488835850 100644 --- a/app/views/layouts/base.html.erb +++ b/app/views/layouts/base.html.erb @@ -113,7 +113,7 @@ <div id="footer"> <div class="bgl"><div class="bgr"> - Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> © 2006-2015 Jean-Philippe Lang + Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> © 2006-2016 Jean-Philippe Lang </div></div> </div> </div> |