Sha256: 7547b0d36692d88bbe7e53a0601e445f0f27acbf685b0e16cbf2f1866d4e86f0

Contents?: true

Size: 411 Bytes

Versions: 12

Compression:

Stored size: 411 Bytes

Contents

<%# button for updating a collections %>
<%# collection_id -- collection to be updated (use 'collection_replace_id' if you wish the form to be updated by a form value) %>
<%# label -- button label %>
<%= button_to label, hyrax.dashboard_collection_path(collection_id),
              method: :put,
              class: "btn btn-primary submits-batches",
              data: { behavior: 'updates-collection' } %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
hyrax-2.0.3 app/views/hyrax/dashboard/collections/_button_for_update_collection.html.erb
hyrax-2.0.2 app/views/hyrax/dashboard/collections/_button_for_update_collection.html.erb
hyrax-2.0.1 app/views/hyrax/dashboard/collections/_button_for_update_collection.html.erb
hyrax-2.0.0 app/views/hyrax/dashboard/collections/_button_for_update_collection.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/dashboard/collections/_button_for_update_collection.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/dashboard/collections/_button_for_update_collection.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/dashboard/collections/_button_for_update_collection.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/dashboard/collections/_button_for_update_collection.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/dashboard/collections/_button_for_update_collection.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/dashboard/collections/_button_for_update_collection.html.erb
hyrax-2.0.0.beta2 app/views/hyrax/dashboard/collections/_button_for_update_collection.html.erb
hyrax-2.0.0.beta1 app/views/hyrax/dashboard/collections/_button_for_update_collection.html.erb