gitlab-org--gitlab-foss/app/views/layouts/explore.html.haml
Tao Wang dc157729b3
i18n: externalize strings from 'app/views/layouts'
Signed-off-by: Tao Wang <twang2218@gmail.com>
2018-07-23 16:33:37 +10:00

5 lines
154 B
Text

- page_title = _("Explore")
- unless current_user
- header_title = _("Explore GitLab"), explore_root_path
= render template: "layouts/application"