gitlab-org--gitlab-foss/app/views/projects/snippets/edit.html.haml

7 lines
194 B
Text
Raw Normal View History

2017-04-13 12:43:28 -04:00
- page_title "Edit", "#{@snippet.title} (#{@snippet.to_reference})", "Snippets"
%h3.page-title
2015-12-02 08:27:29 -05:00
Edit Snippet
%hr
= render "shared/snippets/form", url: project_snippet_path(@project, @snippet)