Remove extra breadcrumb on tags

This commit is contained in:
Takuya Noguchi 2018-03-06 22:35:58 +09:00
parent fa31559a37
commit ce18ba7a0a
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1,5 @@
---
title: Remove extra breadcrumb on tags
merge_request: 17562
author: Takuya Noguchi
type: fixed