Skip to content
Snippets Groups Projects
Commit 6d10e8b7 authored by Iain Bryson's avatar Iain Bryson
Browse files

Fix minor issues with client debug error reporting.

parent 1254b966
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......@@ -12,6 +12,7 @@
*
*= require_tree .
*= require_self
*= require font-awesome
*/
.report-a-bug {
......
<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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment