diff --git a/Gemfile b/Gemfile index 59939aa3460f4b80c6ad8301e9516147e3f22759..5aa08238445230f652fff8e3c58135b124bc39ed 100644 --- a/Gemfile +++ b/Gemfile @@ -28,3 +28,5 @@ gem 'dtu-auth2', :path => './dtu-auth2' gem 'dtu-file-management', :path => './dtu-file-management' gem 'git' , '>= 1.2.2' + +gem 'font-awesome-rails' diff --git a/app/assets/stylesheets/dtu_core/application.css b/app/assets/stylesheets/dtu_core/application.css index 9fe8de38dc88ced503eec4a5e65813782b7912e9..57bf159991ea75ad17a90e6d1a27b374d9b05865 100644 --- a/app/assets/stylesheets/dtu_core/application.css +++ b/app/assets/stylesheets/dtu_core/application.css @@ -12,7 +12,8 @@ * *= require_tree . *= require_self - */ + *= require font-awesome +*/ .report-a-bug { position:fixed; diff --git a/app/views/dtu_core/shared/_report_a_bug.html.erb b/app/views/dtu_core/shared/_report_a_bug.html.erb index f5f9adbc9db8cb92408e92193e917aed42e2f1c6..84421e495c1799346285e57e588ae9085397b22b 100644 --- a/app/views/dtu_core/shared/_report_a_bug.html.erb +++ b/app/views/dtu_core/shared/_report_a_bug.html.erb @@ -1,4 +1,4 @@ - <button class="btn btn-link report-a-bug"" id='report-a-bug' onclick='return reportABug(event);'> + <button class="btn btn-link report-a-bug" id='report-a-bug' onclick='return reportABug(event);'> <span class="fa-stack fa-lg"> <i class="fa fa-circle-thin fa-stack-2x"></i> <i class="fa fa-bug fa-stack-1x"></i>