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

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

7 lines
153 B
Text
Raw Normal View History

2023-06-20 00:43:36 +05:30
- header_title _("Your work"), root_path
2023-04-23 21:23:45 +05:30
- @left_sidebar = true
2023-05-27 22:25:52 +05:30
- nav (@parent_group ? "group" : "your_work")
2015-09-11 14:41:01 +05:30
= render template: "layouts/application"