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:
authorDouwe Maan <douwe@gitlab.com>2017-11-21 17:39:23 +0300
committerOswaldo Ferreira <oswaldo@gitlab.com>2017-11-23 04:38:30 +0300
commit3fba216ce103cedc9979c636944a67cf757f7617 (patch)
tree6f5a1b875a231d093c4c042348f11cce1d2e8cf6 /app
parent11336298d714d864c439f997e4ec4c431ae3411e (diff)
Merge branch '40367-tagspage-tags' into 'master'
Resolve "TagsPage|Tags" Closes #40367 See merge request gitlab-org/gitlab-ce!15512 (cherry picked from commit 9024875e1f81a3aab3c0879d33a4cea912ce833d) 3a70800f Use the correct i18n helper for namespaced string
Diffstat (limited to 'app')
-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 }