Make the ActiveAdmin top nav be a dropdown instead of a big list of links
Go to file
2012-10-12 17:34:10 -04:00
lib initial commit 2012-10-12 17:34:10 -04:00
.gitignore initial commit 2012-10-12 17:34:10 -04:00
activeadmin-dropdown_resources.gemspec initial commit 2012-10-12 17:34:10 -04:00
Gemfile initial commit 2012-10-12 17:34:10 -04:00
LICENSE initial commit 2012-10-12 17:34:10 -04:00
Rakefile initial commit 2012-10-12 17:34:10 -04:00
README.md initial commit 2012-10-12 17:34:10 -04:00

Get a dropdown in Active Admin rather than a list of resource links at the top.

In app/assets/javascripts/admin_application.js:

//= require jquery
//= require active_admin/dropdown_resources

Easy!