summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-03-06 15:43:45 +0000
committerPhil Hughes <me@iamphill.com>2018-03-06 15:43:45 +0000
commit3c93932addb8d9172aa25ff944babdb0f25a99ea (patch)
tree1a1b67bfb468813925efc1b5bb4404b6a3054fd1 /app
parent39b393fa72026eeddd141c03696310162304ea98 (diff)
parentce18ba7a0a3a098760ea6836c530f898f04704d5 (diff)
downloadgitlab-ce-3c93932addb8d9172aa25ff944babdb0f25a99ea.tar.gz
Merge branch '43924-breadcrumbs-on-project-tags' into 'master'
Breadcrumbs on Project Tags Closes #43924 See merge request gitlab-org/gitlab-ce!17562
Diffstat (limited to 'app')
-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