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

dashboard.html.haml « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 028c22fe9e518320eec0a9347da93f96fa491e82 (plain)
1
2
3
4
5
6
7
8
9
- page_title    _("Dashboard")
- header_title  _("Dashboard"), root_path unless header_title
- if Feature.enabled?(:your_work_sidebar, current_user)
  - @left_sidebar = true
  - nav "your_work"
- else
  - @hide_breadcrumbs = true

= render template: "layouts/application"