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

8 lines
174 B
Text
Raw Normal View History

2018-11-20 20:47:30 +05:30
- page_title _("Explore")
2018-12-13 13:39:08 +05:30
- @hide_breadcrumbs = true
2015-09-25 12:07:36 +05:30
- unless current_user
2018-11-20 20:47:30 +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"