From d92b7f7ca738958add587188b4e415e4bf8fb394 Mon Sep 17 00:00:00 2001 From: Martin Wortschack Date: Thu, 6 Sep 2018 16:00:32 +0200 Subject: add breadcrumb and page title for sub pages on admin settings --- app/views/admin/application_settings/ci_cd.html.haml | 4 ++-- app/views/admin/application_settings/geo.html.haml | 4 ++-- app/views/admin/application_settings/integrations.html.haml | 4 ++-- app/views/admin/application_settings/metrics_and_profiling.html.haml | 4 ++-- app/views/admin/application_settings/network.html.haml | 4 ++-- app/views/admin/application_settings/preferences.html.haml | 4 ++-- app/views/admin/application_settings/reporting.html.haml | 4 ++-- app/views/admin/application_settings/repository.html.haml | 4 ++-- app/views/admin/application_settings/templates.html.haml | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) (limited to 'app/views') diff --git a/app/views/admin/application_settings/ci_cd.html.haml b/app/views/admin/application_settings/ci_cd.html.haml index 25338d56d83..420b7746c98 100644 --- a/app/views/admin/application_settings/ci_cd.html.haml +++ b/app/views/admin/application_settings/ci_cd.html.haml @@ -1,5 +1,5 @@ -- breadcrumb_title "Settings" -- page_title "Settings" +- breadcrumb_title "CI/CD" +- page_title "CI/CD" - @content_class = "limit-container-width" unless fluid_layout - expanded = Rails.env.test? diff --git a/app/views/admin/application_settings/geo.html.haml b/app/views/admin/application_settings/geo.html.haml index d06d249bda5..b1741d9eef3 100644 --- a/app/views/admin/application_settings/geo.html.haml +++ b/app/views/admin/application_settings/geo.html.haml @@ -1,5 +1,5 @@ -- breadcrumb_title "Settings" -- page_title "Settings" +- breadcrumb_title "Geo" +- page_title "Geo" - @content_class = "limit-container-width" unless fluid_layout - expanded = Rails.env.test? diff --git a/app/views/admin/application_settings/integrations.html.haml b/app/views/admin/application_settings/integrations.html.haml index 1741cb6f935..91e1ab95089 100644 --- a/app/views/admin/application_settings/integrations.html.haml +++ b/app/views/admin/application_settings/integrations.html.haml @@ -1,5 +1,5 @@ -- breadcrumb_title "Settings" -- page_title "Settings" +- breadcrumb_title "Integrations" +- page_title "Integrations" - @content_class = "limit-container-width" unless fluid_layout - expanded = Rails.env.test? diff --git a/app/views/admin/application_settings/metrics_and_profiling.html.haml b/app/views/admin/application_settings/metrics_and_profiling.html.haml index 0851527d30d..a5ff14188bd 100644 --- a/app/views/admin/application_settings/metrics_and_profiling.html.haml +++ b/app/views/admin/application_settings/metrics_and_profiling.html.haml @@ -1,5 +1,5 @@ -- breadcrumb_title "Settings" -- page_title "Settings" +- breadcrumb_title "Metrics and profiling" +- page_title "Metrics and profiling" - @content_class = "limit-container-width" unless fluid_layout - expanded = Rails.env.test? diff --git a/app/views/admin/application_settings/network.html.haml b/app/views/admin/application_settings/network.html.haml index 714a2e09a3c..49eca70a71d 100644 --- a/app/views/admin/application_settings/network.html.haml +++ b/app/views/admin/application_settings/network.html.haml @@ -1,5 +1,5 @@ -- breadcrumb_title "Settings" -- page_title "Settings" +- breadcrumb_title "Network" +- page_title "Network" - @content_class = "limit-container-width" unless fluid_layout - expanded = Rails.env.test? diff --git a/app/views/admin/application_settings/preferences.html.haml b/app/views/admin/application_settings/preferences.html.haml index b757692834b..e92aa3f6e9f 100644 --- a/app/views/admin/application_settings/preferences.html.haml +++ b/app/views/admin/application_settings/preferences.html.haml @@ -1,5 +1,5 @@ -- breadcrumb_title "Settings" -- page_title "Settings" +- breadcrumb_title "Preferences" +- page_title "Preferences" - @content_class = "limit-container-width" unless fluid_layout - expanded = Rails.env.test? diff --git a/app/views/admin/application_settings/reporting.html.haml b/app/views/admin/application_settings/reporting.html.haml index ed5f2601841..edc2c37e248 100644 --- a/app/views/admin/application_settings/reporting.html.haml +++ b/app/views/admin/application_settings/reporting.html.haml @@ -1,5 +1,5 @@ -- breadcrumb_title "Settings" -- page_title "Settings" +- breadcrumb_title "Reporting" +- page_title "Reporting" - @content_class = "limit-container-width" unless fluid_layout - expanded = Rails.env.test? diff --git a/app/views/admin/application_settings/repository.html.haml b/app/views/admin/application_settings/repository.html.haml index 97cff3e469a..b5ff10f79e2 100644 --- a/app/views/admin/application_settings/repository.html.haml +++ b/app/views/admin/application_settings/repository.html.haml @@ -1,5 +1,5 @@ -- breadcrumb_title "Settings" -- page_title "Settings" +- breadcrumb_title "Repository" +- page_title "Repository" - @content_class = "limit-container-width" unless fluid_layout - expanded = Rails.env.test? diff --git a/app/views/admin/application_settings/templates.html.haml b/app/views/admin/application_settings/templates.html.haml index eafb6c2ea27..dd814e59960 100644 --- a/app/views/admin/application_settings/templates.html.haml +++ b/app/views/admin/application_settings/templates.html.haml @@ -1,5 +1,5 @@ -- breadcrumb_title "Settings" -- page_title "Settings" +- breadcrumb_title "Templates" +- page_title "Templates" - @content_class = "limit-container-width" unless fluid_layout - expanded = Rails.env.test? -- cgit v1.2.3