<%= notice %>
<%= content.title %><% if content.visible == 0 %> <% end %> | Created on <%= content.created_at.strftime("%b #{content.created_at.day.ordinalize}, %Y") %> | Updated at <%= content.updated_at.strftime("%b #{content.updated_at.day.ordinalize}, %Y") %> | <%= link_to "Edit", edit_content_path(content) %> <%= link_to_destroy "Destroy", content %> |