summaryrefslogtreecommitdiff
path: root/app/views/snippets/edit.html.haml
blob: 915bf98eb3eae637fe7333de6f4bba6f8a4a39e3 (plain)
1
2
3
4
5
- page_title "Edit", @snippet.title, "Snippets"
%h3.page-title
  Edit Snippet
%hr
= render 'shared/snippets/form', url: snippet_path(@snippet)