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