debian-mirror-gitlab/app/views/layouts/explore.html.haml
2023-04-23 21:23:45 +05:30

11 lines
240 B
Text

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