AdminLTE is a premium Bootstrap theme for backend.
The AdminLTE Rails gem integrates AdminLTE theme with the Rails asset pipeline.
Add this line to your application's Gemfile:
gem 'adminlte-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install adminlte-rails
Add the following to your app/assets/javascripts/application.js
:
//= require bootstrap.min
//= require admin-lte
Add the following to your app/assets/stylesheets/application.css
:
*= require bootstrap
*= require font-awesome
*= require ionicons
*= require admin-lte
If you want to use additional features, add more these lines to your app/assets/stylesheets/application.css
:
*= require iCheck/all
*= require datatables/dataTables.bootstrap
1.3.2 (AdminLTE 1.3.0)
View CHANGELOG
AdminLTE-Rails is released under the MIT License.
- Fork it ( https://github.com/[my-github-username]/adminlte-rails/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