Sha256: 3f8994c05d30d188b96b2f58750eeb87b96b993d04e7a32d375478455f3e0efd
Contents?: true
Size: 563 Bytes
Versions: 5
Compression:
Stored size: 563 Bytes
Contents
table.table.table-striped.index_table#list thead tr.pjax_links = batch_action_toggle th= list_sort_link(:id) - resource_class.content_columns.map(&:name).without('updated_at').each do |col| th= list_sort_link(col) th=t 'admin.table.actions' tbody - collection.each do |item| tr = batch_action_item(item) td= id_link(item) - resource_class.content_columns.map(&:name).without('updated_at').each do |col| td= admin_pretty_data item[col] td.actions= item_index_actions(item)
Version data entries
5 entries across 5 versions & 1 rubygems