I am trying to add a global navigation menu item to my Active Admin installation (next to the 'Dashboard' nav button). Active Admin says this is possible on their site but they do not have any documentation about how to achieve it. Does anyone know how to do this?
EDIT: Sorry, I should have been more clear. I want to add a link to the global navigation that consists of an arbitrary text/link pair. IE, if I wanted to add a link to http://google.com with text "Google" in the global navigation of active admin, how would I accomplish that?
ActiveAdmin.register_page "Google" do
menu :priority => 1, :label => 'Google' , :url => 'http://google.com'
end
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With