Sha256: c820dd2ba130007aaba9f6d4578f4b7adf3eeade19f896afd1b67543d169c2b1
Contents?: true
Size: 571 Bytes
Versions: 9
Compression:
Stored size: 571 Bytes
Contents
table.table.table-striped.index_table#list thead tr.pjax_links = batch_action_toggle th= sort_link(@search, :id) - resource_class.content_columns.map(&:name).without('updated_at').each do |col| th= sort_link(@search, 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
9 entries across 9 versions & 1 rubygems