<% fieldset_class ||= '' %> <% select_label_id ||= '' %> <%= form_tag collections.collections_path, method: :put do %>
<%= hidden_field_tag 'collection[members]', 'add' %> <%= hidden_field_tag 'batch_document_ids[]', collectible.id %>
<%= select_tag :id, collection_options_for_select(collectible), prompt: 'Make a Selection', class: 'form-control', :'aria-labelledby' => select_label_id %>
<%= submit_tag "Add to collection", class: 'btn btn-primary' %> <%= link_to 'Cancel', root_path, class: 'btn btn-default', data: { dismiss: 'modal' } %>
<% end %>