Sha256: 99bc109001c8d0a56afb5391e89cf2a146f37bbae346bd8e2a9c8ff33308d92d

Contents?: true

Size: 425 Bytes

Versions: 33

Compression:

Stored size: 425 Bytes

Contents

<%#= button_to label, ,  :class=>"btn btn-primary collection-remove", 'data-behavior'=>'hydra-collections-remove', members:"delete", batch_document_ids:[document.id] %>

<%= form_for @collection, url:collections.collection_path(@collection.id), :method=>:put, as:'collection' do |f| %>
  <%= single_item_action_remove_form_fields(f,document) %>
  <%= f.submit label, :class => "btn btn-primary collection-remove" %>
<% end %>

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
hydra-collections-7.0.0 app/views/collections/_button_remove_from_collection.html.erb
hydra-collections-5.0.4 app/views/collections/_button_remove_from_collection.html.erb
hydra-collections-6.0.0 app/views/collections/_button_remove_from_collection.html.erb
hydra-collections-6.0.0.rc2 app/views/collections/_button_remove_from_collection.html.erb
hydra-collections-6.0.0.rc1 app/views/collections/_button_remove_from_collection.html.erb
hydra-collections-5.0.3 app/views/collections/_button_remove_from_collection.html.erb
hydra-collections-6.0.0.alpha app/views/collections/_button_remove_from_collection.html.erb
hydra-collections-5.0.2 app/views/collections/_button_remove_from_collection.html.erb
hydra-collections-5.0.1 app/views/collections/_button_remove_from_collection.html.erb
hydra-collections-5.0.0 app/views/collections/_button_remove_from_collection.html.erb
hydra-collections-4.0.0 app/views/collections/_button_remove_from_collection.html.erb
hydra-collections-4.0.0.rc3 app/views/collections/_button_remove_from_collection.html.erb
hydra-collections-4.0.0.rc2 app/views/collections/_button_remove_from_collection.html.erb
hydra-collections-4.0.0.rc1 app/views/collections/_button_remove_from_collection.html.erb
hydra-collections-4.0.0.beta4 app/views/collections/_button_remove_from_collection.html.erb
hydra-collections-4.0.0.beta3 app/views/collections/_button_remove_from_collection.html.erb
hydra-collections-4.0.0.beta2 app/views/collections/_button_remove_from_collection.html.erb
hydra-collections-4.0.0.beta1 app/views/collections/_button_remove_from_collection.html.erb
hydra-collections-3.0.0.beta3 app/views/collections/_button_remove_from_collection.html.erb
hydra-collections-3.0.0.beta2 app/views/collections/_button_remove_from_collection.html.erb