diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-02-27 20:47:18 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-02-27 20:47:18 +0000 |
commit | efaab1da126b519da06854bc9da9a439e4613746 (patch) | |
tree | 5fc3919e3cc4743d74ab9d5337b6c43dc0c0eeb6 /app/views/layouts/base.html.erb | |
parent | 60715f70fb16dcfff24954322bbd1bef2d7207f0 (diff) | |
download | redmine-efaab1da126b519da06854bc9da9a439e4613746.tar.gz redmine-efaab1da126b519da06854bc9da9a439e4613746.zip |
Merged r22746 from trunk to 5.0-stable (#40043).
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@22756 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/layouts/base.html.erb')
-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 a307e6d28..7c369968c 100644 --- a/app/views/layouts/base.html.erb +++ b/app/views/layouts/base.html.erb @@ -115,7 +115,7 @@ </div> </div> <div id="footer"> - Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> © 2006-2023 Jean-Philippe Lang + Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> © 2006-2024 Jean-Philippe Lang </div> <div id="ajax-indicator" style="display:none;"><span><%= l(:label_loading) %></span></div> |