Sha256: 1dfc363efb02cea5082b64ef079c78442321bb290fef8cf87e16ed9893e14521

Contents?: true

Size: 793 Bytes

Versions: 2

Compression:

Stored size: 793 Bytes

Contents

# Rails::Adminlte
Short description and motivation.

## Usage
How to use my plugin.

## Installation
Add this line to your application's Gemfile:

```ruby
gem 'rails-adminlte'
```

And then execute:
```bash
$ bundle
```

Or install it yourself as:
```bash
$ 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.1 (AdminLTE 2.3.12)
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).




Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails-adminlte-0.1.3 README.md
rails-adminlte-0.1.2 README.md