2018-11-26 09:29:40 -05:00
|
|
|
- page_title _("Edit"), "#{@snippet.title} (#{@snippet.to_reference})", _("Snippets")
|
2020-02-13 10:08:52 -05:00
|
|
|
- @content_class = "limit-container-width" unless fluid_layout
|
2021-05-19 02:10:37 -04:00
|
|
|
- content_for :prefetch_asset_tags do
|
2021-05-14 08:10:58 -04:00
|
|
|
- webpack_preload_asset_tag('monaco')
|
2018-11-26 09:29:40 -05:00
|
|
|
|
2022-06-08 17:08:52 -04:00
|
|
|
%h1.page-title.gl-font-size-h-display
|
2018-11-26 09:29:40 -05:00
|
|
|
= _("Edit Snippet")
|
2014-06-14 05:36:46 -04:00
|
|
|
%hr
|
2019-12-10 16:08:01 -05:00
|
|
|
= render 'shared/snippets/form', url: gitlab_snippet_path(@snippet)
|