debian-mirror-gitlab/app/views/snippets/edit.html.haml
2022-07-29 14:03:07 +02:00

9 lines
360 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')
%h1.page-title.gl-font-size-h-display
= _("Edit Snippet")
%hr
= render 'shared/snippets/form', url: gitlab_snippet_path(@snippet)