summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-11-21 12:00:07 +0100
committerRémy Coutable <remy@rymai.me>2017-11-21 12:00:07 +0100
commit3a70800f96efbc683ab23b5ffb4f733cc6ad129f (patch)
treeecba82511a273aebd554df3cf39bf0dbedcf0bfd
parent15cb13ee87939a339631c217fcf42223af51b31e (diff)
downloadgitlab-ce-40367-tagspage-tags.tar.gz
Use the correct i18n helper for namespaced string40367-tagspage-tags
Signed-off-by: Rémy Coutable <remy@rymai.me>
-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 }