Sha256: 4bea3e5fb6658012edae9b4e1ef59b51f4e7e82800f85b313d786f1c3fb5ecba

Contents?: true

Size: 394 Bytes

Versions: 12

Compression:

Stored size: 394 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

12 entries across 12 versions & 1 rubygems

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