Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2018-03-06 16:35:58 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2018-03-06 17:03:19 +0300
commitce18ba7a0a3a098760ea6836c530f898f04704d5 (patch)
tree19beada18ad608067198cfcd5ea6e1e637284e92 /app
parentfa31559a37bfe394dedf4078789f1540e01fc5c7 (diff)
Remove extra breadcrumb on tags
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