<%= notice %>

Title: <%= @blog_post.title %>

Slug: <%= @blog_post.slug %>

Content: <%= @blog_post.content %>

Published: <%= @blog_post.published %>

Author: <%= @blog_post.author.full_name %>

<%= link_to 'Edit', edit_blog_post_path(@blog_post) %> | <%= link_to 'Back', blog_path %>