Project

General

Profile

Remove Help link from top menu

Added by Maky David over 13 years ago

Hi

I'm in the process of setting up redmine and need to remove the Help link from the top menu. I understand it's not configurable, but what file(s) can I edit to do this?

Thanks,


Replies (1)

RE: Remove Help link from top menu - Added by Felix Schäfer over 13 years ago

Look for menu.push :help, Redmine::Info.help_url, :last => true in lib/redmine.rb.

    (1-1/1)