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

Version Path
wco_models-3.1.0.155 app/views/wco/invoices/_index_table.haml
wco_models-3.1.0.154 app/views/wco/invoices/_index_table.haml
wco_models-3.1.0.153 app/views/wco/invoices/_index_table.haml
wco_models-3.1.0.152 app/views/wco/invoices/_index_table.haml
wco_models-3.1.0.151 app/views/wco/invoices/_index_table.haml
wco_models-3.1.0.150 app/views/wco/invoices/_index_table.haml
wco_models-3.1.0.149 app/views/wco/invoices/_index_table.haml
wco_models-3.1.0.148 app/views/wco/invoices/_index_table.haml
wco_models-3.1.0.147 app/views/wco/invoices/_index_table.haml
wco_models-3.1.0.146 app/views/wco/invoices/_index_table.haml
wco_models-3.1.0.145 app/views/wco/invoices/_index_table.haml
wco_models-3.1.0.144 app/views/wco/invoices/_index_table.haml
wco_models-3.1.0.143 app/views/wco/invoices/_index_table.haml
wco_models-3.1.0.142 app/views/wco/invoices/_index_table.haml
wco_models-3.1.0.141 app/views/wco/invoices/_index_table.haml
wco_models-3.1.0.140 app/views/wco/invoices/_index_table.haml
wco_models-3.1.0.139 app/views/wco/invoices/_index_table.haml
wco_models-3.1.0.138 app/views/wco/invoices/_index_table.haml
wco_models-3.1.0.137 app/views/wco/invoices/_index_table.haml
wco_models-3.1.0.136 app/views/wco/invoices/_index_table.haml