debian-mirror-gitlab/app/views/layouts/explore.html.haml

6 lines
154 B
Text
Raw Normal View History

2018-11-18 11:00:15 +05:30
- page_title = _("Explore")
2015-09-25 12:07:36 +05:30
- unless current_user
2018-11-18 11:00:15 +05:30
- header_title = _("Explore GitLab"), explore_root_path
2014-09-02 18:07:02 +05:30
2015-09-11 14:41:01 +05:30
= render template: "layouts/application"