diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2018-04-07 08:20:43 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2018-04-07 08:20:43 +0000 |
commit | 2b5c9585528554df44873378184fc943ce12834e (patch) | |
tree | 49424fd7832b06bb12157a3016c8e7fc03adab50 | |
parent | db5d241870701c4a096b6fa32fea651ecf840cc6 (diff) | |
download | redmine-2b5c9585528554df44873378184fc943ce12834e.tar.gz redmine-2b5c9585528554df44873378184fc943ce12834e.zip |
Merged r17277 into 3.4-stable.
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17278 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 4cdefbd47..3fba9b9ee 100644 --- a/app/views/layouts/base.html.erb +++ b/app/views/layouts/base.html.erb @@ -119,7 +119,7 @@ <div id="footer"> <div class="bgl"><div class="bgr"> - Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> © 2006-2017 Jean-Philippe Lang + Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> © 2006-2018 Jean-Philippe Lang </div></div> </div> </div> |