summaryrefslogtreecommitdiff
path: root/app
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
parent8c1e9ecde3f07bc74a6d6c1be54ba55a0932a2d6 (diff)
downloadgitlab-ce-d00e00ad66ae8cecd50899762503919289217453.tar.gz
Corrected titles on the triggers and pipelines sections
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/pipelines_settings/_show.html.haml2
-rw-r--r--app/views/projects/settings/ci_cd_pipelines/show.html.haml2
-rw-r--r--app/views/projects/triggers/_index.html.haml2
3 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/pipelines_settings/_show.html.haml b/app/views/projects/pipelines_settings/_show.html.haml
index 6f0384b3be1..8024fb8979d 100644
--- a/app/views/projects/pipelines_settings/_show.html.haml
+++ b/app/views/projects/pipelines_settings/_show.html.haml
@@ -1,7 +1,7 @@
.row.prepend-top-default
.col-lg-3.profile-settings-sidebar
%h4.prepend-top-0
- = page_title
+ CI/CD Pipelines
.col-lg-9
= form_for @project, url: namespace_project_pipelines_settings_path(@project.namespace.becomes(Namespace), @project) do |f|
%fieldset.builds-feature
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'
diff --git a/app/views/projects/triggers/_index.html.haml b/app/views/projects/triggers/_index.html.haml
index d199b92a476..5cb1818ae54 100644
--- a/app/views/projects/triggers/_index.html.haml
+++ b/app/views/projects/triggers/_index.html.haml
@@ -1,7 +1,7 @@
.row.prepend-top-default.append-bottom-default
.col-lg-3
%h4.prepend-top-0
- = page_title
+ Triggers
%p.prepend-top-20
Triggers can force a specific branch or tag to get rebuilt with an API call.
%p.append-bottom-0