summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2017-11-21 14:39:23 +0000
committerDouwe Maan <douwe@gitlab.com>2017-11-21 14:39:23 +0000
commit9024875e1f81a3aab3c0879d33a4cea912ce833d (patch)
tree69828f314786b2937daf432135909dd35e59701a
parentff47c04b0ec3cce68e2dd3c9b6b06aed40e04784 (diff)
parent3a70800f96efbc683ab23b5ffb4f733cc6ad129f (diff)
downloadgitlab-ce-9024875e1f81a3aab3c0879d33a4cea912ce833d.tar.gz
Merge branch '40367-tagspage-tags' into 'master'
Resolve "TagsPage|Tags" Closes #40367 See merge request gitlab-org/gitlab-ce!15512
-rw-r--r--app/views/projects/tags/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/tags/index.html.haml b/app/views/projects/tags/index.html.haml
index fd3b8c01b83..da364b58e36 100644
--- a/app/views/projects/tags/index.html.haml
+++ b/app/views/projects/tags/index.html.haml
@@ -1,6 +1,6 @@
- @no_container = true
- @sort ||= sort_value_recently_updated
-- page_title _('TagsPage|Tags')
+- page_title s_('TagsPage|Tags')
- add_to_breadcrumbs("Repository", project_tree_path(@project))
.flex-list{ class: container_class }