9 lines
337 B
Text
9 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)
|