summaryrefslogtreecommitdiff
path: root/app/views/ci/lints
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-08-26 17:47:18 -0700
committerDouwe Maan <douwe@gitlab.com>2015-08-26 17:47:18 -0700
commit6afd69f4445cc0688aa1695389eb3f79033e3121 (patch)
tree729b58c8a0a7013e4166dca05e2e68adfe274a1d /app/views/ci/lints
parent046b28312704f3131e72dcd2dbdacc5264d4aa62 (diff)
downloadgitlab-ce-6afd69f4445cc0688aa1695389eb3f79033e3121.tar.gz
Update gitignore, change literal DB table names, fix errors, fix fontawesome
Diffstat (limited to 'app/views/ci/lints')
-rw-r--r--app/views/ci/lints/_create.html.haml4
-rw-r--r--app/views/ci/lints/show.html.haml2
2 files changed, 3 insertions, 3 deletions
diff --git a/app/views/ci/lints/_create.html.haml b/app/views/ci/lints/_create.html.haml
index 903b92de689..e2179e60f3e 100644
--- a/app/views/ci/lints/_create.html.haml
+++ b/app/views/ci/lints/_create.html.haml
@@ -2,7 +2,7 @@
%p
%b Status:
syntax is correct
- %i.fa-ok.correct-syntax
+ %i.fa.fa-ok.correct-syntax
%table.table.table-bordered
%thead
@@ -32,7 +32,7 @@
%p
%b Status:
syntax is incorrect
- %i.fa-remove.incorrect-syntax
+ %i.fa.fa-remove.incorrect-syntax
%b Error:
= @error
diff --git a/app/views/ci/lints/show.html.haml b/app/views/ci/lints/show.html.haml
index b0fd5dd8e58..a9b954771c5 100644
--- a/app/views/ci/lints/show.html.haml
+++ b/app/views/ci/lints/show.html.haml
@@ -13,7 +13,7 @@
%p.text-center.loading
- %i.fa-refresh.fa-spin
+ %i.fa.fa-refresh.fa-spin
.results.prepend-top-20