diff options
author | Go MAEDA <maeda@farend.jp> | 2023-01-01 06:19:35 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-01-01 06:19:35 +0000 |
commit | 92bd67c279516f339866e95c702b39cee325ef05 (patch) | |
tree | 37997cf6625b49e2f6757e1c3f0ef442bdedc419 /app/views | |
parent | eb399b83a500f77469011cc27da0b0cf15ec3937 (diff) | |
download | redmine-92bd67c279516f339866e95c702b39cee325ef05.tar.gz redmine-92bd67c279516f339866e95c702b39cee325ef05.zip |
Update copyright year to 2023 (#38141).
git-svn-id: https://svn.redmine.org/redmine/trunk@22013 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 faac91ac8..40d83f026 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, :target => '_blank', :rel => 'noopener' %> © 2006-2022 Jean-Philippe Lang + Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url, :target => '_blank', :rel => 'noopener' %> © 2006-2023 Jean-Philippe Lang </div> <div id="ajax-indicator" style="display:none;"><span><%= l(:label_loading) %></span></div> |