Commit 7166739086f161ac0f371903e0130cdb192b9f51
Exists in
master
and in
4 other branches
Merge pull request #1715 from riyad/use-font-awesome
Use Font Awsome for icons
Showing
3 changed files
with
6 additions
and
0 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -135,6 +135,9 @@ GEM |
135 | 135 | multipart-post (~> 1.1) |
136 | 136 | ffaker (1.14.0) |
137 | 137 | ffi (1.0.11) |
138 | + font-awesome-sass-rails (2.0.0.0) | |
139 | + railties (>= 3.1.1) | |
140 | + sass-rails (>= 3.1.1) | |
138 | 141 | foreman (0.47.0) |
139 | 142 | thor (>= 0.13.6) |
140 | 143 | gherkin-ruby (0.2.1) |
... | ... | @@ -417,6 +420,7 @@ DEPENDENCIES |
417 | 420 | email_spec |
418 | 421 | factory_girl_rails |
419 | 422 | ffaker |
423 | + font-awesome-sass-rails (~> 2.0.0) | |
420 | 424 | foreman |
421 | 425 | git |
422 | 426 | github-linguist (~> 2.3.4) | ... | ... |