debian-mirror-gitlab/app/views/snippets/edit.html.haml
2019-02-15 15:39:39 +05:30

7 lines
189 B
Plaintext

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