Simplify::Admin::Rails
- Remove js part of simplify_admin
Installation
- Boostrap, font-awesome, jQuery-rails are necessary. And require them above the simplify_admin css
Add this line to your application's Gemfile:
gem 'simplify-admin-rails'
gem 'jquery-rails'
gem 'font-awesome'
And then execute: $ bundle
Or install it yourself as: $ gem install simplify-admin-rails
Usage
# Add it in admin.css
/*
*=require bootstrap
*=require font-awesome
*=require simplify_admin
*/
License
The gem is available as open source under the terms of the MIT License.