summaryrefslogtreecommitdiff
path: root/app/views/projects/settings
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-01-12 16:36:17 -0500
committerJose Ivan Vargas <jvargas@gitlab.com>2017-02-06 14:51:18 -0600
commitd00e00ad66ae8cecd50899762503919289217453 (patch)
tree2b6ec17f8588c9e401c51feab0d3740d1cd3a30e /app/views/projects/settings
parent8c1e9ecde3f07bc74a6d6c1be54ba55a0932a2d6 (diff)
downloadgitlab-ce-d00e00ad66ae8cecd50899762503919289217453.tar.gz
Corrected titles on the triggers and pipelines sections
Diffstat (limited to 'app/views/projects/settings')
-rw-r--r--app/views/projects/settings/ci_cd_pipelines/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/settings/ci_cd_pipelines/show.html.haml b/app/views/projects/settings/ci_cd_pipelines/show.html.haml
index 09598cd8203..52f5f7b81e2 100644
--- a/app/views/projects/settings/ci_cd_pipelines/show.html.haml
+++ b/app/views/projects/settings/ci_cd_pipelines/show.html.haml
@@ -1,4 +1,4 @@
-- page_title "Pipelines"
+- page_title "CI/CD Pipelines"
= render 'projects/runners/index'
= render 'projects/variables/index'