summaryrefslogtreecommitdiff
path: root/app/views/projects/ci/lints/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/ci/lints/show.html.haml')
-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)