Sha256: c56731a325bd6c98751bff194bb538324c0a1f665215c48ccc4284d556f29f16
Contents?: true
Size: 646 Bytes
Versions: 2
Compression:
Stored size: 646 Bytes
Contents
# 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: ```ruby 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 ```ruby # 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](http://opensource.org/licenses/MIT).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
simplify-admin-rails-0.2.3 | README.md |
simplify-admin-rails-0.2.2 | README.md |