Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorZ.J. van de Weg <zegerjan@gitlab.com>2016-08-30 11:56:59 +0300
committerZ.J. van de Weg <zegerjan@gitlab.com>2016-08-30 14:28:24 +0300
commitc4e00dcc26a8506763848e48526ae16a76dad8db (patch)
tree9050469f262e558085687fe031e88da8ed59a683 /app
parent2778dec131c2afac9fcdb2c42365b69099a5ae5b (diff)
Add title to CI lint page
Diffstat (limited to 'app')
-rw-r--r--app/views/ci/lints/show.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/ci/lints/show.html.haml b/app/views/ci/lints/show.html.haml
index 0044d779c31..889086c62b1 100644
--- a/app/views/ci/lints/show.html.haml
+++ b/app/views/ci/lints/show.html.haml
@@ -1,3 +1,6 @@
+- page_title "CI Lint"
+- page_description "Validate your GitLab CI configuration file"
+
%h2 Check your .gitlab-ci.yml
%hr