Feature #1069 » 1069.patch
| 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 %> © 2006-2022 Jean-Philippe Lang |
|
| 118 |
Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url, :target => '_blank' %> © 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'}, :last => true
|
|
| 173 | 173 |
end |
| 174 | 174 | |
| 175 | 175 |
MenuManager.map :account_menu do |menu| |