stricte / rails_admin_flatly_theme

Bootstrap 2 Flatly theme for RailsAdmin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##RailsAdmin Bootstrap Flatly theme.

ScreenShot

Usage

In your Gemfile:

gem 'rails_admin_flatly_theme', :git => 'git://github.com/konjoot/rails_admin_flatly_theme.git', :branch => 'release_1.0'

Or for last changes:

gem 'rails_admin_flatly_theme', :git => 'git://github.com/konjoot/rails_admin_flatly_theme.git'

Inside config/application.rb, just after Bundler.require:

ENV['RAILS_ADMIN_THEME'] = 'flatly_theme'

Then run bundle, rake assets:clean and finally rake assets:precompile.

May be you should run rm -rf tmp/cache/assets/development/, for changes to take effect.

This project distributes under MIT-LICENSE.

About

Bootstrap 2 Flatly theme for RailsAdmin

License:MIT License


Languages

Language:Ruby 100.0%