Reputation: 7862
In my project I'm using rails_admin
gem to get admin panel functionality. I have on issue with this gem. How can I add custom links to navigation header? By default there are two links: Home
and Dashboard
.
Upvotes: 1
Views: 3120
Reputation: 1872
Take necessary files from here: https://github.com/sferik/rails_admin/tree/master/app/views/layouts/rails_admin
And put them under app/views/layouts/rails_admin
, then change to whatever
Upvotes: 1