<% if controller.respond_to?(:bulk) %> <% end %> <% headers.each do |header| %> <% end %> <% items.each do |item| %> <% if controller.respond_to?(:bulk) %> <% end %> <% table_fields_for_item(item, fields).each_with_index do |field, index| %> <% end %> <% end %> <% if controller.respond_to?(:bulk) %> <% end %> <% headers.each do |header| %> <% end %>
<%= check_box_tag "action-toggle", "", false, :class => "action-toggle" %><%= header %>
<%= check_box_tag "selected_item_ids[]", item.id, false, :class => "action-select" %> <%= field %> <% if index.zero? %>
<%= table_actions(model, item, association_name) %>
<% end %>
<%= check_box_tag "action-toggle", "", false, :class => "action-toggle" %><%= header %>