Project

adminlte

0.01
No commit activity in last 3 years
No release in over 3 years
Provides easy integration for Bootstrap admin template into Rails. Includes plugins used on demo page.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0

Runtime

 Project Readme

Adminlte

Gem Version

A gem that provides easy integration for AdminLTE admin template (http://almsaeedstudio.com/AdminLTE/) into asset pipeline

Installation

Add this line to your application's Gemfile:

gem 'adminlte'

And then execute:

$ bundle

Or install it yourself as:

$ gem install adminlte

Usage

To make this gem work for you:

Bootstrap is included via a dependency on the bootstrap-saas gem. Add it and the AdminLTE theme to your application.js file:

//= require bootstrap-sprockets
//= require adminlte

In your application.css.scss file add

*= require adminlte

Also in your application.css.scss file add @import "bootstrap-sprockets"; @import "bootstrap";

Contributing

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

Credits

Thanks to Daniel Smith for his updates on latest theme version.