Welcome to mirror list, hosted at ThFree Co, Russian Federation.

explore.html.haml « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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"