Simplify::Admin::Rails
- Remove js part of simplify_admin
Installation
- bootstrap-sass, font-awesome-rails, 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-rails'
And then execute: $ bundle
Or install it yourself as: $ gem install simplify-admin-rails
Usage
# Add it in admin.scss and admin.js
@import bootstrap
@import font-awesome
@import simplify_admin
//= require simplify_admin
License
The gem is available as open source under the terms of the MIT License.