Sha256: 5990368d913a95d2d89f2fb2fe1f119c7dadcc00c6889a07e2e1c5cdedf81bc4
Contents?: true
Size: 546 Bytes
Versions: 16
Compression:
Stored size: 546 Bytes
Contents
<%= form_tag(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
16 entries across 16 versions & 1 rubygems