summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-07-28 09:57:30 +0100
committerPhil Hughes <me@iamphill.com>2017-07-28 09:57:30 +0100
commitbc75215875b8176aff12c8a0399e211f94aea3ec (patch)
tree0f3939c64b6e49fbb14a57e51b0c8be727b6143f
parent190fae5f0cef11d68c7385be0c4013931796f958 (diff)
downloadgitlab-ce-help-page-breadcrumb-title-fix.tar.gz
Fixed the breadcrumb title for help pageshelp-page-breadcrumb-title-fix
Closes #35679
-rw-r--r--app/views/layouts/help.html.haml1
-rw-r--r--changelogs/unreleased/help-page-breadcrumb-title-fix.yml4
2 files changed, 5 insertions, 0 deletions
diff --git a/app/views/layouts/help.html.haml b/app/views/layouts/help.html.haml
index 224b24befbe..78927bfffcd 100644
--- a/app/views/layouts/help.html.haml
+++ b/app/views/layouts/help.html.haml
@@ -1,3 +1,4 @@
+- @breadcrumb_title = "Help"
- page_title "Help"
- header_title "Help", help_path
diff --git a/changelogs/unreleased/help-page-breadcrumb-title-fix.yml b/changelogs/unreleased/help-page-breadcrumb-title-fix.yml
new file mode 100644
index 00000000000..040fe4b9916
--- /dev/null
+++ b/changelogs/unreleased/help-page-breadcrumb-title-fix.yml
@@ -0,0 +1,4 @@
+---
+title: Fixed new navigation breadcrumb title on help pages
+merge_request:
+author: