Sha256: db033f1c5df776e494575e9498b8db885f9c206c5f3c15595a48473bbcb3a3fa
Contents?: true
Size: 548 Bytes
Versions: 37
Compression:
Stored size: 548 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) = link_to '[~]', edit_invoice_path(i) %td= i.email %td= i.number %td -# = i.prices.map &:amount_cents %td -# = i.paid_amount_cents %td= i.created_at.to_s[0..10]
Version data entries
37 entries across 37 versions & 1 rubygems