diff options
author | Phil Hughes <me@iamphill.com> | 2018-02-12 14:57:14 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-02-12 14:57:14 +0000 |
commit | 74c4d35250c09cf3cdcf659d51c83bc7ba83df92 (patch) | |
tree | e877b24b5b263f3d0ac883c72869dcfdbfc52645 /app | |
parent | ef1783a1f7b562bc00418c52f9a18c77f30961bd (diff) | |
parent | 7691c1d9dcbc080e7ec58dcb6f4a8f1767509e7e (diff) | |
download | gitlab-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
Diffstat (limited to 'app')
-rw-r--r-- | app/views/groups/labels/new.html.haml | 1 |
1 files changed, 0 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 |