debian-mirror-gitlab/app/views/snippets/edit.html.haml
2021-06-08 01:23:25 +05:30

10 lines
337 B
Text

- page_title _("Edit"), "#{@snippet.title} (#{@snippet.to_reference})", _("Snippets")
- @content_class = "limit-container-width" unless fluid_layout
- content_for :prefetch_asset_tags do
- webpack_preload_asset_tag('monaco')
%h3.page-title
= _("Edit Snippet")
%hr
= render 'shared/snippets/form', url: gitlab_snippet_path(@snippet)