Sha256: 636949f9d8ced6be05a0dd6b874e60e42638aeed83f5b674e11aa8144fe2284c

Contents?: true

Size: 393 Bytes

Versions: 1

Compression:

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

1 entries across 1 versions & 1 rubygems

Version Path
hyrax-2.1.0.beta1 app/views/hyrax/dashboard/collections/_button_for_remove_selected_from_collection.html.erb