<%- set_title 'Managed Content Publications' -%> <%- if @publications.empty? -%>

No publications have been created yet.

<%- else -%> <%- @publications.each do |publication| -%> <%- end -%>
Name URL Description Content Type Published Content
<%= link_to publication.name, admin_publication_path(publication) -%> <%= publication.path -%> <%= publication.description.to_s.truncate(50) -%> <%= publication.content_type -%> <%= publication.managed_contents.count -%>
<%- end -%>