show.html.erb 142 Bytes
Newer Older
Norence Ilicito's avatar
Norence Ilicito committed
1 2 3 4 5 6 7 8
<h1><%= @post.title %></h1>
<h3><%= @post.published_at %></h3>
<p>
<%= @post.content %>
</p>

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