Sha256: 60f7800bc062b7640b2e07ca57bbb1eedbe56799e738657cdf651b44d0445b58
Contents?: true
Size: 483 Bytes
Versions: 87
Compression:
Stored size: 483 Bytes
Contents
-# -# invoices / index.haml -# %h3 Invoices = link_to '[+]', new_invoice_path .row .col-xs-12.col-md-6.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
87 entries across 87 versions & 1 rubygems