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