debian-mirror-gitlab/app/views/snippets/edit.html.haml
2020-01-01 13:55:28 +05:30

7 lines
196 B
Text

- page_title _("Edit"), "#{@snippet.title} (#{@snippet.to_reference})", _("Snippets")
%h3.page-title
= _("Edit Snippet")
%hr
= render 'shared/snippets/form', url: gitlab_snippet_path(@snippet)