Actions
Feature #31395
openMake the footer of the 'Powered by Redmine' line user changeable.
Status:
New
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
In the case of in-house operation, it may be instructed to display the management department / responsible person name display in the footer.
It can be dealt with by modifying the source code, but I think that it is desirable to be able to set it from the Web administration screen.
In the case of SaaS etc., it seems that there may be a case where it wants to display a company name.
It should be set separately from the current copyright.
(Copyright is the default setting)
Currently, it is supported by modifying the source code of the following part.
app/views/layouts/base.html.erb
<div id="footer"> <div class="bgl"><div class="bgr"> Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> © 2006-2019 Jean-Philippe Lang </div></div>
Files
Actions