Project

General

Profile

Feature #1069 » 1069-v2.patch

Go MAEDA, 2022-07-12 00:14

View differences:

app/views/layouts/base.html.erb
115 115
    </div>
116 116
</div>
117 117
<div id="footer">
118
    Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> &copy; 2006-2022 Jean-Philippe Lang
118
    Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url, :target => '_blank', :rel => 'noopener' %> &copy; 2006-2022 Jean-Philippe Lang
119 119
</div>
120 120

  
121 121
<div id="ajax-indicator" style="display:none;"><span><%= l(:label_loading) %></span></div>
lib/redmine/preparation.rb
169 169
                  :caption => :label_project_plural
170 170
        menu.push :administration, {:controller => 'admin', :action => 'index'},
171 171
                  :if => Proc.new {User.current.admin?}, :last => true
172
        menu.push :help, Info.help_url, :last => true
172
        menu.push :help, Info.help_url, :html => {:target => '_blank', :rel => 'noopener'}, :last => true
173 173
      end
174 174

  
175 175
      MenuManager.map :account_menu do |menu|
(3-3/3)