Sha256: 561ab572b6f533f91fa32a26f1f8fdd5f570e59ce99db37a9a4142d18b841f0a

Contents?: true

Size: 378 Bytes

Versions: 64

Compression:

Stored size: 378 Bytes

Contents

<%# button for removing a batch from a collection %>
<%# collection -- collection to be updated  %>
<%# label -- button label %>
<%= form_for collection, url:collection_path(collection.id), :method=>:put do |f| %>
    <%= f.hidden_field :members, :value => "remove" %>
    <%= f.submit label, :class => "btn btn-primary collection-remove-selected submits-batches" %>
<% end %>

Version data entries

64 entries across 64 versions & 3 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/collections/_button_for_remove_selected_from_collection.html.erb
hyrax-1.1.0 app/views/hyrax/collections/_button_for_remove_selected_from_collection.html.erb
hyrax-1.0.5 app/views/hyrax/collections/_button_for_remove_selected_from_collection.html.erb
curation_concerns-1.7.8 app/views/collections/_button_for_remove_selected_from_collection.html.erb
hyrax-1.0.4 app/views/hyrax/collections/_button_for_remove_selected_from_collection.html.erb
hyrax-1.0.3 app/views/hyrax/collections/_button_for_remove_selected_from_collection.html.erb
hyrax-1.0.2 app/views/hyrax/collections/_button_for_remove_selected_from_collection.html.erb
hyrax-1.0.1 app/views/hyrax/collections/_button_for_remove_selected_from_collection.html.erb
hyrax-1.0.0.rc2 app/views/hyrax/collections/_button_for_remove_selected_from_collection.html.erb
curation_concerns-1.7.7 app/views/collections/_button_for_remove_selected_from_collection.html.erb
curation_concerns-2.0.0 app/views/collections/_button_for_remove_selected_from_collection.html.erb
curation_concerns-2.0.0.rc2 app/views/collections/_button_for_remove_selected_from_collection.html.erb
hyrax-1.0.0.rc1 app/views/hyrax/collections/_button_for_remove_selected_from_collection.html.erb
curation_concerns-1.7.6 app/views/collections/_button_for_remove_selected_from_collection.html.erb
curation_concerns-1.7.5 app/views/collections/_button_for_remove_selected_from_collection.html.erb
test_hyrax-0.0.1.alpha app/views/hyrax/collections/_button_for_remove_selected_from_collection.html.erb
curation_concerns-1.7.4 app/views/collections/_button_for_remove_selected_from_collection.html.erb
curation_concerns-1.7.3 app/views/collections/_button_for_remove_selected_from_collection.html.erb
curation_concerns-1.7.2 app/views/collections/_button_for_remove_selected_from_collection.html.erb
curation_concerns-2.0.0.rc1 app/views/collections/_button_for_remove_selected_from_collection.html.erb