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

- if 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"