summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-02-12 14:57:14 +0000
committerPhil Hughes <me@iamphill.com>2018-02-12 14:57:14 +0000
commit74c4d35250c09cf3cdcf659d51c83bc7ba83df92 (patch)
treee877b24b5b263f3d0ac883c72869dcfdbfc52645
parentef1783a1f7b562bc00418c52f9a18c77f30961bd (diff)
parent7691c1d9dcbc080e7ec58dcb6f4a8f1767509e7e (diff)
downloadgitlab-ce-74c4d35250c09cf3cdcf659d51c83bc7ba83df92.tar.gz
Merge branch 'group-label-page-breadcrumb' into 'master'
Fix breadcrumb on labels page for groups Closes #42909 See merge request gitlab-org/gitlab-ce!17045
-rw-r--r--app/views/groups/labels/new.html.haml1
-rw-r--r--changelogs/unreleased/group-label-page-breadcrumb.yml5
2 files changed, 5 insertions, 1 deletions
diff --git a/app/views/groups/labels/new.html.haml b/app/views/groups/labels/new.html.haml
index ae240490bbd..538c353cf2d 100644
--- a/app/views/groups/labels/new.html.haml
+++ b/app/views/groups/labels/new.html.haml
@@ -1,6 +1,5 @@
- breadcrumb_title "Labels"
- page_title 'New Label'
-- header_title group_title(@group, 'Labels', group_labels_path(@group))
%h3.page-title
New Label
diff --git a/changelogs/unreleased/group-label-page-breadcrumb.yml b/changelogs/unreleased/group-label-page-breadcrumb.yml
new file mode 100644
index 00000000000..c6cc4618c52
--- /dev/null
+++ b/changelogs/unreleased/group-label-page-breadcrumb.yml
@@ -0,0 +1,5 @@
+---
+title: Fix breadcrumb on labels page for groups
+merge_request: 17045
+author: Onuwa Nnachi Isaac
+type: fixed