diff options
author | Go MAEDA <maeda@farend.jp> | 2022-07-22 01:33:38 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2022-07-22 01:33:38 +0000 |
commit | 3164895f6995d4255e9ed4c64c25ac07fdc5dd8f (patch) | |
tree | 47c1bb68fab9a0f0241c5ec1c7cccf734bd9409e /app | |
parent | 04e5ae033bf78d7cfd55dd1b905df79c2a913f83 (diff) | |
download | redmine-3164895f6995d4255e9ed4c64c25ac07fdc5dd8f.tar.gz redmine-3164895f6995d4255e9ed4c64c25ac07fdc5dd8f.zip |
Open Help in a separate tab (#1069).
Contributed by Vijay Kiran.
git-svn-id: https://svn.redmine.org/redmine/trunk@21737 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-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 8114ff9e0..0a1f2ae38 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-2022 Jean-Philippe Lang + Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url, :target => '_blank', :rel => 'noopener' %> © 2006-2022 Jean-Philippe Lang </div> <div id="ajax-indicator" style="display:none;"><span><%= l(:label_loading) %></span></div> |