summaryrefslogtreecommitdiff
path: root/app/views/projects/ci/lints/_create.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/ci/lints/_create.html.haml')
-rw-r--r--app/views/projects/ci/lints/_create.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/projects/ci/lints/_create.html.haml b/app/views/projects/ci/lints/_create.html.haml
index 6e974f14523..e98668e2ee2 100644
--- a/app/views/projects/ci/lints/_create.html.haml
+++ b/app/views/projects/ci/lints/_create.html.haml
@@ -3,7 +3,6 @@
%p
%b= _("Status:")
= _("syntax is correct")
- %i.fa.fa-ok.correct-syntax
.table-holder
%table.table.table-bordered
@@ -45,6 +44,5 @@
%p
%b= _("Status:")
= _("syntax is incorrect")
- %i.fa.fa-remove.incorrect-syntax
%pre
= @error