summaryrefslogtreecommitdiff
path: root/app/views/projects/ci/lints
diff options
context:
space:
mode:
authorMayra Cabrera <mcabrera@gitlab.com>2018-03-13 14:57:42 -0600
committerMayra Cabrera <mcabrera@gitlab.com>2018-03-26 17:03:11 -0600
commit02bc89983a4b4b81a2f6279c39622b8a14430e3d (patch)
tree00282bd6b3261d46de16a9cd0a1cbef34fe90465 /app/views/projects/ci/lints
parent80f9aff34b07fd8dc490a06cd6281b5af4310438 (diff)
downloadgitlab-ce-02bc89983a4b4b81a2f6279c39622b8a14430e3d.tar.gz
Build ci/lint page
- Includes new image from gitlab-svgs - Updates dependency for svgs
Diffstat (limited to 'app/views/projects/ci/lints')
-rw-r--r--app/views/projects/ci/lints/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/ci/lints/show.html.haml b/app/views/projects/ci/lints/show.html.haml
index cf2a25ce844..6ca8152183d 100644
--- a/app/views/projects/ci/lints/show.html.haml
+++ b/app/views/projects/ci/lints/show.html.haml
@@ -5,7 +5,7 @@
%h2 Check your .gitlab-ci.yml
-.ci-linter
+.project-ci-linter
.row
= form_tag project_ci_lint_path(@project), method: :post do
.form-group
@@ -23,5 +23,5 @@
.row.prepend-top-20
.col-sm-12
- .results.ci-template
+ .results.project-ci-template
= render partial: 'create' if defined?(@status)