debian-mirror-gitlab/app/views/layouts/explore.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
240 B
Text
Raw Normal View History

2018-11-20 20:47:30 +05:30
- page_title _("Explore")
2023-03-17 16:20:25 +05:30
2023-04-23 21:23:45 +05:30
- if current_user
2023-03-17 16:20:25 +05:30
- @left_sidebar = true
- nav "your_work"
2018-12-13 13:39:08 +05:30
2015-09-25 12:07:36 +05:30
- unless current_user
2023-03-17 16:20:25 +05:30
- @hide_breadcrumbs = true
2018-11-20 20:47:30 +05:30
- header_title _("Explore GitLab"), explore_root_path
2014-09-02 18:07:02 +05:30
2015-09-11 14:41:01 +05:30
= render template: "layouts/application"