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

10 lines
272 B
Text
Raw Normal View History

2018-11-18 11:00:15 +05:30
- page_title _("Dashboard")
- header_title _("Dashboard"), root_path unless header_title
2023-03-17 16:20:25 +05:30
- if Feature.enabled?(:your_work_sidebar, current_user)
- @left_sidebar = true
- nav "your_work"
- else
- @hide_breadcrumbs = true
2015-09-11 14:41:01 +05:30
= render template: "layouts/application"