0.13
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
AdminLTE is a premium Bootstrap theme for Backend.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0
>= 0
>= 3.0

Runtime

~> 0.14
 Project Readme

AdminLTE Rails gem

Join the chat at https://gitter.im/shine60vn/adminlte-rails

AdminLTE is a premium Bootstrap theme for backend.

The AdminLTE Rails gem integrates AdminLTE theme with the Rails asset pipeline.

Installation

Add this line to your application's Gemfile:

gem 'adminlte-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install adminlte-rails

Usage

Include adminlte-rails javascript assets

Add the following to your app/assets/javascripts/application.js:

//= require bootstrap.min
//= require admin-lte

Include adminlte-rails stylesheet assets

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

Version

1.3.2 (AdminLTE 1.3.0)

Changelog

View CHANGELOG

License

AdminLTE-Rails is released under the MIT License.

Contributing

  1. Fork it ( https://github.com/[my-github-username]/adminlte-rails/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request