summaryrefslogtreecommitdiff
path: root/app/views/layouts/explore.html.haml
blob: 24751ab4e06eb2d25fd657e5b7e39fba8362c72a (plain)
1
2
3
4
5
6
7
- page_title _("Explore")
- @hide_breadcrumbs = true

- unless current_user
  - header_title _("Explore GitLab"), explore_root_path

= render template: "layouts/application"