show.html.erb 144 Bytes
Newer Older
1 2 3 4 5 6 7 8
<h1><%= @post.title %></h1>
<h3><%= @post.category %></h3>
<p>
<%= @post.article %>
</p>

<hr>
<%= link_to "Back to Posts", admin_posts_path %>