debian-mirror-gitlab/app/views/snippets/edit.html.haml

10 lines
334 B
Text
Raw Normal View History

2023-03-17 16:20:25 +05:30
- breadcrumb_title _("Edit Snippet")
2019-02-15 15:39:39 +05:30
- page_title _("Edit"), "#{@snippet.title} (#{@snippet.to_reference})", _("Snippets")
2021-06-08 01:23:25 +05:30
- content_for :prefetch_asset_tags do
- webpack_preload_asset_tag('monaco')
2019-02-15 15:39:39 +05:30
2022-07-23 23:45:48 +05:30
%h1.page-title.gl-font-size-h-display
2019-02-15 15:39:39 +05:30
= _("Edit Snippet")
2014-09-02 18:07:02 +05:30
%hr
2020-01-01 13:55:28 +05:30
= render 'shared/snippets/form', url: gitlab_snippet_path(@snippet)