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.
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
Most helpful comment
To whom it may concern, as per 0.7 the sidebar is called 'navigation'.
Now it would be