Remove extra breadcrumb on tags
This commit is contained in:
parent
fa31559a37
commit
ce18ba7a0a
2 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
- @no_container = true
|
||||
- @sort ||= sort_value_recently_updated
|
||||
- page_title s_('TagsPage|Tags')
|
||||
- add_to_breadcrumbs("Repository", project_tree_path(@project))
|
||||
|
||||
.flex-list{ class: container_class }
|
||||
.top-area.adjust
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Remove extra breadcrumb on tags
|
||||
merge_request: 17562
|
||||
author: Takuya Noguchi
|
||||
type: fixed
|
Loading…
Reference in a new issue