From 6d10e8b70dd86d22867222b3a06a12d724e19720 Mon Sep 17 00:00:00 2001
From: Iain Bryson <iain@iain-bryson.ca>
Date: Tue, 24 Jan 2017 18:10:18 -0800
Subject: [PATCH] Fix minor issues with client debug error reporting.

---
 Gemfile                                          | 2 ++
 app/assets/stylesheets/dtu_core/application.css  | 3 ++-
 app/views/dtu_core/shared/_report_a_bug.html.erb | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/Gemfile b/Gemfile
index 59939aa..5aa0823 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 9fe8de3..57bf159 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 f5f9adb..84421e4 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>
-- 
GitLab