Administrate: Ability to customize left sidebar

Created on 12 Nov 2016  路  3Comments  路  Source: thoughtbot/administrate

It would be nice if we can customize the left sidebar. I really want to be able to add a log out link at the bottom of the links.

Most helpful comment

To whom it may concern, as per 0.7 the sidebar is called 'navigation'.
Now it would be

bundle exec rails g administrate:views:navigation

All 3 comments

Managed to do this by copying the gem's _sidebar.html.erb and change that. IMO the generator should really include all the views.

You can either manually copy that view file or hit the following command:

bundle exec rails g administrate:views:sidebar

To whom it may concern, as per 0.7 the sidebar is called 'navigation'.
Now it would be

bundle exec rails g administrate:views:navigation
Was this page helpful?
0 / 5 - 0 ratings