debian-mirror-gitlab/app/views/layouts/snippets.html.haml
2023-06-20 00:43:36 +05:30

16 lines
469 B
Text

- page_title _("Snippets")
- header_title _("Your work"), root_path
- add_to_breadcrumbs _("Snippets"), dashboard_snippets_path
- snippets_upload_path = snippets_upload_path(@snippet, current_user)
- @left_sidebar = true
- if current_user
- nav "your_work"
- content_for :page_specific_javascripts do
- if snippets_upload_path
= javascript_tag do
:plain
window.uploads_path = "#{snippets_upload_path}";
= render template: "layouts/application"