Added Maps to top menu
The menu link routes users to the Maps#index closes #28
This commit is contained in:
1
init.rb
1
init.rb
@@ -7,4 +7,5 @@ Redmine::Plugin.register :redmine_exception_handler do
|
|||||||
version '0.1.0'
|
version '0.1.0'
|
||||||
url 'http://example.com/redmine/exceptionhandler'
|
url 'http://example.com/redmine/exceptionhandler'
|
||||||
author_url 'http://rickbarrette.dyndns.org'
|
author_url 'http://rickbarrette.dyndns.org'
|
||||||
|
menu :top_menu, :maps, { :controller => 'maps', :action => 'index' }, :caption => 'Maps', :before => :help
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user