Sha256: e71740892ae8b992a3448227d7c671fd056e8ec05cc1eba4335cafd5be796dfb

Contents?: true

Size: 392 Bytes

Versions: 64

Compression:

Stored size: 392 Bytes

Contents

<%# button for removing a batch from a collection %>
<%# collection -- collection to be updated %>
<%# label -- button label %>
<%= form_for collection, url: hyrax.dashboard_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 & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/hyrax/dashboard/collections/_button_for_remove_selected_from_collection.html.erb
hyrax-5.0.4 app/views/hyrax/dashboard/collections/_button_for_remove_selected_from_collection.html.erb
hyrax-5.0.3 app/views/hyrax/dashboard/collections/_button_for_remove_selected_from_collection.html.erb
hyrax-5.0.2 app/views/hyrax/dashboard/collections/_button_for_remove_selected_from_collection.html.erb
hyrax-5.0.1 app/views/hyrax/dashboard/collections/_button_for_remove_selected_from_collection.html.erb
hyrax-5.0.0 app/views/hyrax/dashboard/collections/_button_for_remove_selected_from_collection.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/dashboard/collections/_button_for_remove_selected_from_collection.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/dashboard/collections/_button_for_remove_selected_from_collection.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/dashboard/collections/_button_for_remove_selected_from_collection.html.erb
hyrax-3.6.0 app/views/hyrax/dashboard/collections/_button_for_remove_selected_from_collection.html.erb
hyrax-4.0.0 app/views/hyrax/dashboard/collections/_button_for_remove_selected_from_collection.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/dashboard/collections/_button_for_remove_selected_from_collection.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/dashboard/collections/_button_for_remove_selected_from_collection.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/dashboard/collections/_button_for_remove_selected_from_collection.html.erb
hyrax-3.5.0 app/views/hyrax/dashboard/collections/_button_for_remove_selected_from_collection.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/dashboard/collections/_button_for_remove_selected_from_collection.html.erb
hyrax-3.4.2 app/views/hyrax/dashboard/collections/_button_for_remove_selected_from_collection.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/dashboard/collections/_button_for_remove_selected_from_collection.html.erb
hyrax-3.4.1 app/views/hyrax/dashboard/collections/_button_for_remove_selected_from_collection.html.erb
hyrax-3.4.0 app/views/hyrax/dashboard/collections/_button_for_remove_selected_from_collection.html.erb