Sha256: d6543ab01f1b82760eea5370ca76c8a45e35f4d44c5e85acdb2f702d407eeba8
Contents?: true
Size: 473 Bytes
Versions: 26
Compression:
Stored size: 473 Bytes
Contents
= within_admin_layout(title: "Print Batches") do table thead tr th.col-width-tiny Id th.col-width-medium Status th.col-width-date-time Created th.col-width-tiny Letters th Created by tbody - batches.each do |batch| tr td= batch.id td= batch.status.humanize td= l(batch.created_at) td= batch.batch_items_count td= batch.created_by = paginate batches
Version data entries
26 entries across 26 versions & 1 rubygems