Sha256: a2594603d056d90889933ce5733a23c9f92b5696b7c1bffec961a4ac0d93a266
Contents?: true
Size: 552 Bytes
Versions: 55
Compression:
Stored size: 552 Bytes
Contents
<%= form_tag(hyrax.batch_edits_path, method: :delete, class: "batch-select-all hidden button_to-inline", "data-behavior" => 'batch-select-all') do -%> <%= hidden_field_tag('update_type', 'delete_all') %> <%= hidden_field_tag('return_controller', params[:controller]) %> <%= submit_tag("Delete Selected", class: 'batch-all-button btn btn-danger submits-batches', data: { confirm: "Deleting a file from #{application_name} is permanent. Click OK to delete this file from #{application_name}, or Cancel to cancel this operation" }) %> <% end %>
Version data entries
55 entries across 55 versions & 2 rubygems