debian-mirror-gitlab/app/views/layouts/snippets.html.haml
2023-04-23 21:23:45 +05:30

15 lines
414 B
Text

- page_title _("Snippets")
- header_title _("Snippets"), snippets_path
- snippets_upload_path = snippets_upload_path(@snippet, current_user)
- if current_user
- @left_sidebar = true
- 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"