%- set_title 'Managed Content Publications' -%> <%- if @publications.empty? -%>
No publications have been created yet.
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 -%> | <%= admin_crud_links(publication, [:show, :edit, :destroy]) -%> |