<%= t('hyrax.collection.actions.header') %>

<% if can? :edit, presenter.solr_document %> <%= link_to t('hyrax.collection.actions.edit.label'), hyrax.edit_dashboard_collection_path(presenter), title: t('hyrax.collection.actions.edit.desc'), class: 'btn btn-primary', data: { turbolinks: false } %> <% end %> <% if presenter.collection_type_is_nestable? %> <%= button_tag '', class: 'btn btn-primary add-to-collection', title: t("hyrax.collection.actions.nested_subcollection.desc"), type: 'button', data: { nestable: presenter.collection_type_is_nestable?, hasaccess: true } do %> <%= t('hyrax.collection.actions.nested_subcollection.button_label') %> <% end %> <% end %> <% if can? :destroy, presenter.solr_document %> <%= link_to t('hyrax.collection.actions.delete.label'), hyrax.dashboard_collection_path(presenter), title: t('hyrax.collection.actions.delete.desc'), class: 'btn btn-danger', data: { confirm: t('hyrax.collection.actions.delete.confirmation'), method: :delete } %> <% end %>