summaryrefslogtreecommitdiff
path: root/app/views/projects/snippets/edit.html.haml
blob: fb39028529dab1da1e9e2851427af0a03e362413 (plain)
1
2
3
4
5
6
- page_title "Edit", @snippet.title, "Snippets"

%h3.page-title
  Edit Snippet
%hr
= render "shared/snippets/form", url: namespace_project_snippet_path(@project.namespace, @project, @snippet)