Rails::Adminlte

Short description and motivation.

Usage

How to use my plugin.

Installation

Add this line to your application's Gemfile:

gem 'rails-adminlte'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rails-adminlte

Usage

Include rails-adminlte javascript assets

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

//= require bootstrap
//= require adminlte/adminlte

Include rails-adminlte stylesheet assets

Add the following to your app/assets/stylesheets/application.css:

 *= require adminlte/adminlte

Version

0.1.6 (AdminLTE 2.3.12)

License

The gem is available as open source under the terms of the MIT License.