summaryrefslogtreecommitdiff
path: root/app/views/layouts/explore.html.haml
blob: 389dee853ba06b81417f9e5169a4c5ce891c9c8f (plain)
1
2
3
4
5
6
7
8
9
10
11
- page_title _("Explore")

- if current_user && Feature.enabled?(:your_work_sidebar, current_user)
  - @left_sidebar = true
  - nav "your_work"

- unless current_user
  - @hide_breadcrumbs = true
  - header_title _("Explore GitLab"), explore_root_path

= render template: "layouts/application"