Sha256: f7491c67dd4076fcea2af7171fed67596948ce74d60f8f8e528d4a80cbe4d647

Contents?: true

Size: 485 Bytes

Versions: 3

Compression:

Stored size: 485 Bytes

Contents

<%= form_tag(batch_edits_path, :method => :put, :class=> "batch-select-all hidden", "data-behavior" => 'batch-select-all') do -%>  
    <%= hidden_field_tag('update_type', 'delete_all') %>
  <%= submit_tag("Delete Selected", :class=>'batch-all-button btn btn-primary 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

3 entries across 3 versions & 1 rubygems

Version Path
sufia-2.0.1 app/views/batch_edits/_delete_selected.html.erb
sufia-2.0.0 app/views/batch_edits/_delete_selected.html.erb
sufia-1.3.0 app/views/batch_edits/_delete_selected.html.erb