Sha256: f7d653498d312dc44ab1df11042cfe1b5c4ae33ff30fb4976190a17f90443bca

Contents?: true

Size: 1.36 KB

Versions: 1

Compression:

Stored size: 1.36 KB

Contents

[AdminLTE2](http://www.almsaeedstudio.com/) is a premium Bootstrap theme for backend.

The **Rails AdminLTE2** gem integrates **AdminLTE2** theme with the Rails asset pipeline.

## Installation

Add this line to your application's Gemfile:

    gem 'rails_adminlte2'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install rails_adminlte2

## Usage

### Include rails_adminlte2 javascript assets

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

  //= require bootstrap.min
  //= require admin-lte
  
### Include rails_adminlte2 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

0.0.1 (AdminLTE 2.3.6)
    
## License

Rails_AdminLte2 is released under the [MIT License](http://www.opensource.org/licenses/MIT).

## Contributing

1. Fork it ( https://github.com/[my-github-username]/rails_adminlte2/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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_adminlte2-0.1.0 README.md