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

7 lines
224 B
Text
Raw Normal View History

2017-08-17 22:00:37 +05:30
- page_title "Edit", "#{@snippet.title} (#{@snippet.to_reference})", "Snippets"
2015-09-25 12:07:36 +05:30
2014-09-02 18:07:02 +05:30
%h3.page-title
2015-12-23 02:04:40 +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: namespace_project_snippet_path(@project.namespace, @project, @snippet)