Sha256: 6fc90a19593362ded7aa5438a16b77f2b19b8ffd2ce2415a5ef1c4f4575553cc

Contents?: true

Size: 417 Bytes

Versions: 5

Compression:

Stored size: 417 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, collection_path(collection_id), method: :put, class: "btn btn-primary updates-collection submits-batches collection-update", 'data-behavior'=>'hydra-collections', id: 'hydra-collection-update' %>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
hyrax-1.0.2 app/views/hyrax/collections/_button_for_update_collection.html.erb
hyrax-1.0.1 app/views/hyrax/collections/_button_for_update_collection.html.erb
hyrax-1.0.0.rc2 app/views/hyrax/collections/_button_for_update_collection.html.erb
hyrax-1.0.0.rc1 app/views/hyrax/collections/_button_for_update_collection.html.erb
test_hyrax-0.0.1.alpha app/views/hyrax/collections/_button_for_update_collection.html.erb