Sha256: 4a2afcb342244683105fb80e64d2b116e5ddc93e5bad24de09cf51e6ec83ea2f
Contents?: true
Size: 1.13 KB
Versions: 8
Compression:
Stored size: 1.13 KB
Contents
<h2 class="sr-only"><%= t('hyrax.collection.actions.header') %></h2> <div class="actions-controls-collections"> <% if can? :edit, presenter.solr_document %> <%= link_to t('hyrax.collection.actions.edit.label'), edit_dashboard_collection_path(presenter), title: t('hyrax.collection.actions.edit.desc'), class: 'btn btn-default' %> <%= link_to t('hyrax.collection.actions.add_works.label'), hyrax.my_works_path(add_works_to_collection: presenter.id), title: t('hyrax.collection.actions.add_works.desc'), class: 'btn btn-default', data: { turbolinks: false } %> <%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 %> </div>
Version data entries
8 entries across 8 versions & 1 rubygems