Added Maps to top menu

The menu link routes users to the Maps#index

closes #28
This commit is contained in:
2012-04-30 10:28:58 -04:00
parent 0efbb785c3
commit 7a0f6e5f27

View File

@@ -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