debian-mirror-gitlab/app/views/layouts/explore.html.haml
2023-03-17 16:20:25 +05:30

11 lines
294 B
Text

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