Sha256: 260babf67870184ab79785e70ff7f8a3f02fab1232c19f88e96f6d0d8989cb3f
Contents?: true
Size: 560 Bytes
Versions: 10
Compression:
Stored size: 560 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 #{t('sufia.product_name')} is permanent. Click OK to delete this file from #{t('sufia.product_name')}, or Cancel to cancel this operation" }) %> <% end %>
Version data entries
10 entries across 10 versions & 1 rubygems