Mateusz Urbański
Mateusz Urbański

Reputation: 7862

Custom navigation links in rails admin

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.

enter image description here

Upvotes: 1

Views: 3120

Answers (1)

alexey_the_cat
alexey_the_cat

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

Related Questions