aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/app/views/posts/edit.html.erb
blob: 720580236baaa6ebfe480224d79e05dd38bc00de (plain) (blame)
1
2
3
4
5
6
<h1>Editing post</h1>

<%= render 'form' %>

<%= link_to 'Show', @post %> |
<%= link_to 'Back', posts_path %>