How to edit the footer
Added by Fabian Stolz about 7 years ago
Hi, im new to redmine and Ruby and i want t edit the footer of my redmine.
I just need a little explanation how to edit it properly.
greetings IceBite
Replies (2)
    
    RE: How to edit the footer
    -
    Added by Bernhard Rohloff about 7 years ago
  
  Hi Fabian,
welcome to the Redmine community!
You can modify the footer in the layout template located at app/views/layouts/base.html.erb in your Redmine installation folder. For the main part it's just plain HTML so it shouldn't be too hard to change. ;-)
And don't forget to restart your Redmine instance after changing it! Otherwise you don't see any results.
Feel free to ask, if you have more specific questions.
Kind regards,
Bernhard