aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/app/views/posts/new.html.erb
blob: efa81038ecb9b6d4028fd493f46c1af443bd4c2a (plain) (blame)
1
2
3
4
5
<h1>New post</h1>
 
<%= render 'form' %>
 
<%= link_to 'Back', action: :index %>