Sha256: 605e2ebe90af45497029ee3f08c730cf4c597adf149d571bdc77b3ec3b057f6e

Contents?: true

Size: 511 Bytes

Versions: 10

Compression:

Stored size: 511 Bytes

Contents

%h1
  Histórico de Pagamentos

%table.table
  %tr
    %th ID
    %th Total
    %th Vencimento
    %th Status
  - @invoices.each do |invoice|
    %tr
      %td
        = link_to invoice.id[-8,8], invoice.secure_url, :target => "_blank"
      %td
        = invoice.total
      %td
        = I18n.l invoice.due_date.to_date, format: :short
      %td
        = I18n.t "invoice_status.#{invoice.status}"

= link_to I18n.t("iugu.back"), account_view_path(id: params[:account_id]), class: "btn btn-primary btn-block"

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
iugusdk-1.0.11 app/views/iugu/account/payment_history.html.haml
iugusdk-1.0.10 app/views/iugu/account/payment_history.html.haml
iugusdk-1.0.9 app/views/iugu/account/payment_history.html.haml
iugusdk-1.0.8 app/views/iugu/account/payment_history.html.haml
iugusdk-1.0.7 app/views/iugu/account/payment_history.html.haml
iugusdk-1.0.6 app/views/iugu/account/payment_history.html.haml
iugusdk-1.0.5 app/views/iugu/account/payment_history.html.haml
iugusdk-1.0.4 app/views/iugu/account/payment_history.html.haml
iugusdk-1.0.3 app/views/iugu/account/payment_history.html.haml
iugusdk-1.0.2 app/views/iugu/account/payment_history.html.haml