summaryrefslogtreecommitdiff
path: root/app/views/explore/projects/trending.html.haml
diff options
context:
space:
mode:
authorTao Wang <twang2218@gmail.com>2018-06-13 00:14:52 +1000
committerTao Wang <twang2218@gmail.com>2018-07-10 19:07:30 +1000
commitcb728c536ac42e744a611672c4e85fbd053dff57 (patch)
treee27d367a5cc18b3b97be99e082f4a591feacb652 /app/views/explore/projects/trending.html.haml
parent2f96930d5cea171cf8339925a53a71bca63f85cc (diff)
downloadgitlab-ce-cb728c536ac42e744a611672c4e85fbd053dff57.tar.gz
i18n: externalize strings from 'app/views/explore'
Signed-off-by: Tao Wang <twang2218@gmail.com>
Diffstat (limited to 'app/views/explore/projects/trending.html.haml')
-rw-r--r--app/views/explore/projects/trending.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/explore/projects/trending.html.haml b/app/views/explore/projects/trending.html.haml
index f00802e0af7..452f390695c 100644
--- a/app/views/explore/projects/trending.html.haml
+++ b/app/views/explore/projects/trending.html.haml
@@ -1,6 +1,6 @@
- @hide_top_links = true
-- page_title "Projects"
-- header_title "Projects", dashboard_projects_path
+- page_title _("Projects")
+- header_title _("Projects"), dashboard_projects_path
- if current_user
= render 'dashboard/projects_head'