summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2018-03-06 22:35:58 +0900
committerTakuya Noguchi <takninnovationresearch@gmail.com>2018-03-06 23:03:19 +0900
commitce18ba7a0a3a098760ea6836c530f898f04704d5 (patch)
tree19beada18ad608067198cfcd5ea6e1e637284e92 /app/views
parentfa31559a37bfe394dedf4078789f1540e01fc5c7 (diff)
downloadgitlab-ce-ce18ba7a0a3a098760ea6836c530f898f04704d5.tar.gz
Remove extra breadcrumb on tags
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/tags/index.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/tags/index.html.haml b/app/views/projects/tags/index.html.haml
index da364b58e36..10415d011d6 100644
--- a/app/views/projects/tags/index.html.haml
+++ b/app/views/projects/tags/index.html.haml
@@ -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