Sha256: c94def6c46fb46cc58c32eaf47cef9d7b8846c592523d9d184c4ff6ceec1737d

Contents?: true

Size: 563 Bytes

Versions: 6

Compression:

Stored size: 563 Bytes

Contents

<% if batch_action_map.present? %>
  <%= link_to translate_scoped("batch_actions.select_all"), "#", class: "btn btn-default batch-actions-select batch-actions-select-all" %>
  <%= link_to translate_scoped("batch_actions.deselect_all"), "#", class: "btn btn-default batch-actions-select batch-actions-select-none hidden" %>

  <div class="btn-group">
    <% batch_action_map.each do |name, options| %>
      <%= batch_action_link(name, options) %>
    <% end %>
  </div>

  <%= hidden_field_tag "batch_action[action]", nil, id: "batch-actions-action" %>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
godmin-0.9.5 app/views/godmin/resource/_batch_actions.html.erb
godmin-0.9.4 app/views/godmin/resource/_batch_actions.html.erb
godmin-0.9.3 app/views/godmin/resource/_batch_actions.html.erb
godmin-0.9.2 app/views/godmin/resource/_batch_actions.html.erb
godmin-0.9.1 app/views/godmin/resource/_batch_actions.html.erb
godmin-0.9.0 app/views/godmin/resource/_batch_actions.html.erb