<%- set_title 'Post Details' -%>
<%= legend_tag 'About This Post' -%>
<%= faux_field 'Title', @post.title %> <%= faux_field 'URL', @post.full_path %>
<%= faux_field 'Status', @post.status %> <%= faux_field 'Publication Date', @post.publication_date.try(:to_s, :concise) %>
<%= legend_tag 'Summary' -%>
<%= faux_field 'Summary', strip_tags(@post.summary) %>
<%= legend_tag 'Content ' -%> <%- if @post.state == 'published' -%> <%- else -%>
<%= @post.content.html_safe -%>
<%- end -%>
<%= legend_tag 'Categories' -%>