Sha256: 15e1ca3bc83f2e35e0a101092a7053e69475d0fc68bdd3c5da0d61220e22b134

Contents?: true

Size: 193 Bytes

Versions: 3

Compression:

Stored size: 193 Bytes

Contents

%table
  %tr
    %th ID
    %th Total
    %th Status
  - @invoices.each do |invoice|
    %tr
      %td
        = invoice.id
      %td
        = invoice.total
      %td
        = invoice.status

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
iugusdk-1.0.0.alpha.21 app/views/iugu/account/payment_history.html.haml
iugusdk-1.0.0.alpha.20 app/views/iugu/account/payment_history.html.haml
iugusdk-1.0.0.alpha.19 app/views/iugu/account/payment_history.html.haml