mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-27 09:34:08 +01:00
change look of todo
This commit is contained in:
parent
b79efb3f31
commit
972210326a
10 changed files with 136 additions and 84 deletions
5
Gemfile
5
Gemfile
|
|
@ -17,9 +17,10 @@ gem 'jquery-rails'
|
|||
# Twitter Bootstrap
|
||||
gem 'therubyracer'
|
||||
gem 'less-rails'
|
||||
|
||||
# use dev version to get fontawsome 3.2.1
|
||||
#gem 'twitter-bootstrap-rails'
|
||||
gem 'twitter-bootstrap-rails', :git => 'git://github.com/seyhunak/twitter-bootstrap-rails.git'
|
||||
gem 'twitter-bootstrap-rails', github: 'seyhunak/twitter-bootstrap-rails', branch: "master"
|
||||
|
||||
# you may comment out the database driver you will not be using.
|
||||
# This will prevent a native build of the driver. Building native drivers is not
|
||||
|
|
@ -45,7 +46,7 @@ gem "rack-mini-profiler"
|
|||
gem 'bcrypt-ruby', '~> 3.0.0'
|
||||
|
||||
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
|
||||
# gem 'turbolinks'
|
||||
gem 'turbolinks'
|
||||
|
||||
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
|
||||
# gem 'jbuilder', '~> 1.2'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue