Sha256: 47cd98771b8ca97a0df8c73596f05d343eebd683b82249900b326f075654c4da
Contents?: true
Size: 479 Bytes
Versions: 188
Compression:
Stored size: 479 Bytes
Contents
-# -# invoices / index.haml -# %h3 Invoices = link_to '[+]', new_invoice_path .row .col.s12.col.m6.col-md-offset-3 = render 'form', :invoice => @new_invoice %hr %table#dataTable %thead %tr %th Email %th Number %th Amount %th Amount Paid %th Created At %tbody - @invoices.each do |i| %tr %td= i.email %td= i.number %td= i.amount %td= i.paid_amount %td= i.created_at.to_s[0..10]
Version data entries
188 entries across 188 versions & 1 rubygems