Commit 7691c1d9 authored by Onuwa Nnachi Isaac's avatar Onuwa Nnachi Isaac

Revert and remove header_title line from labels issue

parent f7401f70
......@@ -39,7 +39,7 @@ module GroupsHelper
full_title += render "layouts/nav/breadcrumbs/collapsed_dropdown", location: :before, title: _("Show parent subgroups")
full_title += breadcrumb_list_item group_title_link(group)
full_title += ''.html_safe + link_to(simple_sanitize(name), url, class: 'group-path breadcrumb-item-text js-breadcrumb-item-text') if name
full_title += ' · '.html_safe + link_to(simple_sanitize(name), url, class: 'group-path breadcrumb-item-text js-breadcrumb-item-text') if name
full_title.html_safe
end
......
- breadcrumb_title "Labels"
- page_title 'New Label'
- header_title group_title(@group, '', group_labels_path(@group))
%h3.page-title
New Label
......
---
title: Fix breadcrumb on labels page for groups
merge_request: 17045
author: Onuwa Nnachi Isaac
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment