diff options
-rw-r--r-- | app/views/ci/triggers/index.html.haml | 2 | ||||
-rw-r--r-- | app/views/ci/variables/show.html.haml | 4 | ||||
-rw-r--r-- | app/views/ci/web_hooks/index.html.haml | 2 |
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 |