Commit 71cfeb9
Changed files (4)
app/assets/stylesheets/application.scss
@@ -10,6 +10,7 @@
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
* file per style scope.
*
+ *= require font-awesome
*= require_self
*/
app/views/training_sessions/index.html.erb
@@ -14,6 +14,7 @@
<% end %>
</div>
<div class="row">
+ <%= fa_icon "camera-retro" %>
<button id='google-sync-button'>Sync with Google Drive</button>
</div>
</div>
Gemfile
@@ -39,6 +39,7 @@ gem 'groupdate'
gem 'dalli'
gem 'sequel'
gem 'rubyzip', require: "zip"
+gem 'font-awesome-rails'
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
Gemfile.lock
@@ -124,6 +124,8 @@ GEM
ffaker (2.0.0)
flamegraph (0.1.0)
fast_stack
+ font-awesome-rails (4.3.0.0)
+ railties (>= 3.2, < 5.0)
foreman (0.78.0)
thor (~> 0.19.1)
foundation-rails (5.5.2.1)
@@ -350,6 +352,7 @@ DEPENDENCIES
factory_girl_rails
ffaker
flamegraph
+ font-awesome-rails
foreman
foundation-rails
groupdate