diff --git a/Gemfile b/Gemfile index 5717fb2e..d257db5f 100644 --- a/Gemfile +++ b/Gemfile @@ -60,7 +60,7 @@ gem 'bigbluebutton-api-ruby' gem 'bootstrap-sass', '3.3.0.0' gem 'bootstrap-social-rails', '~> 4.12' -gem 'font-awesome-rails' +gem 'font-awesome-sass' gem 'jquery-ui-rails' gem 'jquery-datatables-rails', '~> 3.4.0' gem 'rails-timeago', '~> 2.0' diff --git a/Gemfile.lock b/Gemfile.lock index ccd8f2c1..e1a12cb5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -65,8 +65,8 @@ GEM faraday (0.9.2) multipart-post (>= 1.2, < 3) ffi (1.9.14) - font-awesome-rails (4.6.3.1) - railties (>= 3.2, < 5.1) + font-awesome-sass (4.7.0) + sass (>= 3.2) globalid (0.3.7) activesupport (>= 4.1.0) hashie (3.4.4) @@ -216,7 +216,7 @@ DEPENDENCIES byebug coffee-rails (~> 4.2) dotenv-rails - font-awesome-rails + font-awesome-sass http_accept_language jbuilder (~> 2.5) jquery-datatables-rails (~> 3.4.0) diff --git a/app/assets/stylesheets/shared.scss b/app/assets/stylesheets/shared.scss index a0987b93..b79a5f5e 100644 --- a/app/assets/stylesheets/shared.scss +++ b/app/assets/stylesheets/shared.scss @@ -17,6 +17,8 @@ @import "bootstrap-sprockets"; @import "bootstrap"; @import "bootstrap-social"; + +@import "font-awesome-sprockets"; @import "font-awesome"; diff --git a/app/views/landing/rooms.html.erb b/app/views/landing/rooms.html.erb index c9551996..d0ed1226 100644 --- a/app/views/landing/rooms.html.erb +++ b/app/views/landing/rooms.html.erb @@ -77,12 +77,12 @@ - + <%= icon('trash-o') %> diff --git a/app/views/shared/_meeting_url.html.erb b/app/views/shared/_meeting_url.html.erb index a487afae..d2dd0e4c 100644 --- a/app/views/shared/_meeting_url.html.erb +++ b/app/views/shared/_meeting_url.html.erb @@ -35,7 +35,7 @@ data-copy-error="<%= t('copy_error') %>" data-copy-hint="<%= t('url_copy_explanation') %>" > - + <%= icon('clipboard') %> <% else %> @@ -55,7 +55,7 @@ data-copy-error="<%= t('copy_error') %>" data-copy-hint="<%= t('url_copy_explanation') %>" > - + <%= icon('clipboard') %>