From d00e00ad66ae8cecd50899762503919289217453 Mon Sep 17 00:00:00 2001 From: Jose Ivan Vargas Date: Thu, 12 Jan 2017 16:36:17 -0500 Subject: Corrected titles on the triggers and pipelines sections --- app/views/projects/pipelines_settings/_show.html.haml | 2 +- app/views/projects/settings/ci_cd_pipelines/show.html.haml | 2 +- app/views/projects/triggers/_index.html.haml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'app') 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 -- cgit v1.2.1