aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/snippets/edit.html.erb
blob: c27040f19b3c353ad28a033d0a44c6b3ee4681fa (plain)
1
2
3
4
5
6
<h1>Editing Snippet</h1>

<%= render 'form', snippet: @snippet %>

<%= link_to 'Show', @snippet %> |
<%= link_to 'Back', snippets_path %>