Actions
Maintenance #1967
closedxmera Omnia - Collection #1826: Maintenance tasks of several components
Redmine - Maintenance #1739: Support Redmine 5.1.1
Check if layouts/base.html.erb changes will have impact on plugins
Start date:
Due date:
% Done:
100%
Estimated time:
Compatible Redmine Version:
Pull Request Link:
Description
Affected plugins:
- project:xmera-omnia-operations
- Redmine Legal Notes
diff --git a/app/views/layouts/base.html.erb b/app/views/layouts/base.html.erb
index a307e6d28..bcd6622a7 100644
--- a/app/views/layouts/base.html.erb
+++ b/app/views/layouts/base.html.erb
@@ -2,7 +2,6 @@
<html lang="<%= current_language %>">
<head>
<meta charset="utf-8" />
-<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<title><%= html_title %></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="<%= Redmine::Info.app_name %>" />
@@ -115,7 +114,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, :target => '_blank', :rel => 'noopener' %> © 2006-2023 Jean-Philippe Lang
</div>
<div id="ajax-indicator" style="display:none;"><span><%= l(:label_loading) %></span></div>
Updated by liaham about 1 year ago
Change footer in Redmine Legal Notes:
<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, :target => '_blank', :rel => 'noopener' %> © 2006-2023 Jean-Philippe Lang
</div>
Updated by liaham about 1 year ago
- Project changed from Redmine to Redmine Legal Notes
- Status changed from New to Closed
- Assignee set to liaham
- % Done changed from 0 to 100
Updated by liaham about 1 year ago
- Target version changed from unreleased to 0.3.2
Actions