diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-07-28 12:16:49 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-07-28 12:16:49 +0000 |
commit | 96701fd469877ef2820b1cbf0e856ff7a5ba65bf (patch) | |
tree | 937ec03d63821d059b37093055d302a64efa82e2 /app/views | |
parent | 563cb60e75a3ced4634521bec35d82b143168a8d (diff) | |
parent | bc75215875b8176aff12c8a0399e211f94aea3ec (diff) | |
download | gitlab-ce-96701fd469877ef2820b1cbf0e856ff7a5ba65bf.tar.gz |
Merge branch 'help-page-breadcrumb-title-fix' into 'master'
Fixed the breadcrumb title for help pages
Closes #35679
See merge request !13151
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/layouts/help.html.haml | 1 |
1 files changed, 1 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 |