aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/snippets/new.html.erb
blob: 0a9ebaf41b6cb354856ef9fb4d49e54421f67dd7 (plain)
1
2
3
4
5
<h1>New Snippet</h1>

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

<%= link_to 'Back', snippets_path %>