<%= notice %>

User: <%= @post.user %>

Title: <%= @post.title %>

Body: <%= @post.body %>

<%= link_to 'Edit', edit_post_path(@post) %> | <%= link_to 'Back', posts_path %>