summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2017-09-08 17:47:32 -0400
committerJacob Schatz <jschatz1@gmail.com>2017-09-08 17:47:32 -0400
commit577fb6d73be1d02ad57c4bf124a0c0a64be874bf (patch)
treec5e747ee07e3bbbb0e7b3d07118c21a6775d8fd2
parent41f8244815b3b49a1f4c16b42c8df5ef968a6b30 (diff)
downloadgitlab-ce-remove-bootlint.tar.gz
Removes bootlint haml fileremove-bootlint
-rw-r--r--app/views/layouts/_bootlint.haml5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/layouts/_bootlint.haml b/app/views/layouts/_bootlint.haml
deleted file mode 100644
index d603a74c4e4..00000000000
--- a/app/views/layouts/_bootlint.haml
+++ /dev/null
@@ -1,5 +0,0 @@
--# haml-lint:disable InlineJavaScript
-:javascript
- window.onload = function() {
- var s=document.createElement("script");s.onload=function(){bootlint.showLintReportForCurrentDocument([], {hasProblems: false, problemFree: false});};s.src="https://maxcdn.bootstrapcdn.com/bootlint/latest/bootlint.min.js";document.body.appendChild(s);
- }