Low commit activity in last 3 years
No release in over a year
Collapsible navigation for Administrate
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 0.11.0
>= 4.2, < 7.0
 Project Readme

administrate_collapsible_navigation

Demo

Installation

Add this line to your application's Gemfile:

gem 'administrate_collapsible_navigation'

And then execute:

$ bundle install

Setup

By default this gem modifies the default app/views/admin/application/index.html.erb (show.html.erb, edit.html.erb, and new.html.erb) and inserts the toggle icon here.

If you have this view already overwritten, you can also just drop <%= image_tag 'menu_open.png', id: 'navigation__toggle' %> in the overwritten view in the same place in the code, next to the h1 resource title.