summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wortschack <mwortschack@gitlab.com>2018-09-06 16:00:32 +0200
committerMartin Wortschack <mwortschack@gitlab.com>2018-09-06 16:00:32 +0200
commitd92b7f7ca738958add587188b4e415e4bf8fb394 (patch)
tree8848964057f1a5b3d0ed43555f1ec23b2ddab59a
parent276e78e05885fe39e8ad72a41a01587f1e28cfd5 (diff)
downloadgitlab-ce-d92b7f7ca738958add587188b4e415e4bf8fb394.tar.gz
add breadcrumb and page title for sub pages on admin settings
-rw-r--r--app/views/admin/application_settings/ci_cd.html.haml4
-rw-r--r--app/views/admin/application_settings/geo.html.haml4
-rw-r--r--app/views/admin/application_settings/integrations.html.haml4
-rw-r--r--app/views/admin/application_settings/metrics_and_profiling.html.haml4
-rw-r--r--app/views/admin/application_settings/network.html.haml4
-rw-r--r--app/views/admin/application_settings/preferences.html.haml4
-rw-r--r--app/views/admin/application_settings/reporting.html.haml4
-rw-r--r--app/views/admin/application_settings/repository.html.haml4
-rw-r--r--app/views/admin/application_settings/templates.html.haml4
9 files changed, 18 insertions, 18 deletions
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?