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/views
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-09-14 15:00:20 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2015-09-14 15:00:20 +0300
commit40ccef76c9d824e7333dd1911bafc0b6887a813f (patch)
tree8e740acf8884bb39e5863f49c53bbf3c926daaf5 /app/views
parentec913402408d149ba3ecb79f4af511cd8ac63fe7 (diff)
Fix h3 page titles for triggers, variables and web hooks
Diffstat (limited to 'app/views')
-rw-r--r--app/views/ci/triggers/index.html.haml2
-rw-r--r--app/views/ci/variables/show.html.haml4
-rw-r--r--app/views/ci/web_hooks/index.html.haml2
3 files changed, 5 insertions, 3 deletions
diff --git a/app/views/ci/triggers/index.html.haml b/app/views/ci/triggers/index.html.haml
index f04c116231d..44374a1a4d5 100644
--- a/app/views/ci/triggers/index.html.haml
+++ b/app/views/ci/triggers/index.html.haml
@@ -1,4 +1,4 @@
-%h3
+%h3.page-title
Triggers
%p.light
diff --git a/app/views/ci/variables/show.html.haml b/app/views/ci/variables/show.html.haml
index 5cced18a09f..ebf68341e08 100644
--- a/app/views/ci/variables/show.html.haml
+++ b/app/views/ci/variables/show.html.haml
@@ -1,4 +1,6 @@
-%h3 Secret Variables
+%h3.page-title
+ Secret Variables
+
%p.light
These variables will be set to environment by the runner and will be hidden in the build log.
%br
diff --git a/app/views/ci/web_hooks/index.html.haml b/app/views/ci/web_hooks/index.html.haml
index 92c43cd1d9d..78e8203b25e 100644
--- a/app/views/ci/web_hooks/index.html.haml
+++ b/app/views/ci/web_hooks/index.html.haml
@@ -1,4 +1,4 @@
-%h3
+%h3.page-title
Web hooks
%p.light