Sha256: 7144e34e617f4b88788e82d3c18aac72667bcbad5ce0f80ffaf1801658d001f1
Contents?: true
Size: 442 Bytes
Versions: 166
Compression:
Stored size: 442 Bytes
Contents
.invoices--index-table %table.bordered.data-table %thead %tr %th %th Email %th Number %th Amount %th Amount Paid %th Created At %tbody - invoices.each do |i| %tr %td= link_to "View", invoice_path( i ) %td= i.email %td= i.number %td= i.amount_cents %td= i.paid_amount_cents %td= i.created_at.to_s[0..10]
Version data entries
166 entries across 166 versions & 2 rubygems