aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/app/views/posts/new.html.erb
blob: 36ad7421f98ca8b206e377bc3b35a381ba8dde53 (plain) (blame)
1
2
3
4
5
<h1>New post</h1>

<%= render 'form' %>

<%= link_to 'Back', posts_path %>