Adminlte
A gem that provides easy integration for AdminLTE admin template (http://almsaeedstudio.com/AdminLTE/) into asset pipeline
Installation
Add this line to your application's Gemfile:
gem 'adminlte'
And then execute:
$ bundle
Or install it yourself as:
$ gem install adminlte
Usage
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";
Contributing
- 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
Credits
Thanks to Daniel Smith for his updates on latest theme version.