A gem that provides easy integration for AdminLTE admin template (https://almsaeedstudio.com/AdminLTE/) into asset pipeline
Add this line to your application's Gemfile:
gem 'adminlte'
And then execute:
$ bundle
Or install it yourself as:
$ gem install adminlte
To make this gem work for you:
Bootstrap is included via a dependency on the bootstrap-saas
gem. Add it
and the AdminLTE theme to your application.js file:
//= require bootstrap-sprockets
//= require adminlte
In your application.css.scss file add
*= require adminlte
Also in your application.css.scss file add @import "bootstrap-sprockets"; @import "bootstrap";
- Fork it ( https://github.com/[my-github-username]/adminlte/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Thanks to Daniel Smith for his updates on latest theme version.