<%= @type.title.pluralize 2 %>

<%= link_to "New #{@type.title}", new_content_path(type: @type.slug), class: "button" %>
<% if notice %>

<%= notice %>

<% end %>
<% @contents.each do |content| %> <% end %>
<%= 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") %>
<%= will_paginate @options %>