Sha256: 10f58b15e9f1dcda734e6d55bfe2dbaed6858b33e87d5186fb41c757c9e90be9
Contents?: true
Size: 526 Bytes
Versions: 5
Compression:
Stored size: 526 Bytes
Contents
%ul{params} - @records.each do |record| %li.carnival-list-item .row -if presenter.has_batch_actions? .col-md-1 =check_box_tag(:batch_action_item, record.id, false, class: 'batch_action_items') %div{class: "#{presenter.has_batch_actions? ? 'col-md-9' : 'col-md-10' }"} - @presenter.fields_for_action(:index).each do |key, field| = list_attr(@presenter, key,record, false).html_safe .col-md-2 = list_buttons(@presenter, record).html_safe
Version data entries
5 entries across 5 versions & 1 rubygems