Sha256: 0272c43647ffaf1c809e62f5734d1381e3bfd8fa215416211779b958d241bc55

Contents?: true

Size: 422 Bytes

Versions: 6

Compression:

Stored size: 422 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-danger collection-remove" %>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
worthwhile-0.1.2 app/views/curate/collections/_button_remove_from_collection.html.erb
worthwhile-0.1.1 app/views/curate/collections/_button_remove_from_collection.html.erb
worthwhile-0.1.0 app/views/curate/collections/_button_remove_from_collection.html.erb
worthwhile-0.0.3 app/views/curate/collections/_button_remove_from_collection.html.erb
worthwhile-0.0.2 app/views/curate/collections/_button_remove_from_collection.html.erb
worthwhile-0.0.1 app/views/curate/collections/_button_remove_from_collection.html.erb