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

7 lines
189 B
Text
Raw Normal View History

2018-12-23 12:14:25 +05:30
- page_title _("Edit"), "#{@snippet.title} (#{@snippet.to_reference})", _("Snippets")
2014-09-02 18:07:02 +05:30
%h3.page-title
2018-12-23 12:14:25 +05:30
= _("Edit Snippet")
2014-09-02 18:07:02 +05:30
%hr
2017-08-17 22:00:37 +05:30
= render 'shared/snippets/form', url: snippet_path(@snippet)