summaryrefslogtreecommitdiff
path: root/app/views
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
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')
-rw-r--r--app/views/ci/lints/show.html.haml11
-rw-r--r--app/views/projects/ci/lints/show.html.haml4
2 files changed, 7 insertions, 8 deletions
diff --git a/app/views/ci/lints/show.html.haml b/app/views/ci/lints/show.html.haml
index 2f8387dc762..ffd44c2af8d 100644
--- a/app/views/ci/lints/show.html.haml
+++ b/app/views/ci/lints/show.html.haml
@@ -1,6 +1,5 @@
-- page_title "CI Lint"
-
-.center
- = image_tag 'illustrations/feature_moved.svg'
- %h3 GitLab CI Linter has been moved
- %p To validate your GitLab CI configurations, go to 'CI/CD → Pipelines' inside your project, and click on the "CI Lint" button.
+.ci-linter-container
+ .ci-linter-inner
+ = image_tag 'illustrations/feature_moved.svg'
+ %h3 GitLab CI Linter has been moved
+ %p.ci-linter-description To validate your GitLab CI configurations, go to 'CI/CD → Pipelines' inside your project, and click on the 'CI Lint' button.
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)