Sha256: 31f63cd81cf26fa7b4ed6782381f7b374f64fbb842d6d25edbf9171b84b44f7d

Contents?: true

Size: 390 Bytes

Versions: 32

Compression:

Stored size: 390 Bytes

Contents

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

32 entries across 32 versions & 1 rubygems

Version Path
hydra-collections-4.0.0.beta2 app/views/collections/_button_for_remove_selected_from_collection.html.erb
hydra-collections-4.0.0.beta1 app/views/collections/_button_for_remove_selected_from_collection.html.erb
hydra-collections-3.0.0.beta3 app/views/collections/_button_for_remove_selected_from_collection.html.erb
hydra-collections-3.0.0.beta2 app/views/collections/_button_for_remove_selected_from_collection.html.erb
hydra-collections-3.0.0.beta1 app/views/collections/_button_for_remove_selected_from_collection.html.erb
hydra-collections-2.0.5 app/views/collections/_button_for_remove_selected_from_collection.html.erb
hydra-collections-2.0.4 app/views/collections/_button_for_remove_selected_from_collection.html.erb
hydra-collections-2.0.3 app/views/collections/_button_for_remove_selected_from_collection.html.erb
hydra-collections-2.0.2 app/views/collections/_button_for_remove_selected_from_collection.html.erb
hydra-collections-2.0.1 app/views/collections/_button_for_remove_selected_from_collection.html.erb
hydra-collections-2.0.0 app/views/collections/_button_for_remove_selected_from_collection.html.erb
hydra-collections-1.3.2 app/views/collections/_button_for_remove_selected_from_collection.html.erb