Themen und themes_for_rails neues design

Neues design mit theme=2003 ansehen
This commit is contained in:
Andreas Stephanides
2014-01-08 20:23:58 +01:00
parent 4853a1192d
commit b86d3aca23
21 changed files with 923 additions and 47 deletions

View File

@@ -11,10 +11,11 @@ gem 'rails', '3.2.9'
gem 'sanitize'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 3.2'
gem 'coffee-rails', '~> 3.2.1'
gem 'bootstrap-sass','~> 2.3.2.1'
group :assets do
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'therubyracer', :platforms => :ruby
gem 'uglifier', '>= 1.0.3'
@@ -85,3 +86,6 @@ gem 'rmagick'
gem 'bootstrap-addons-rails'
gem "jquery-fileupload-rails"
gem "seed_dump", "~> 0.5.3"
#gem "themes_for_rails" ,:git =>'git://github.com/tkriplean/themes_for_rails.git'
#gem "themes_for_rails", :git=> 'git://github.com/lucasefe/themes_for_rails.git'
gem 'themes_for_rails'