Sha256: d7e872c7895926ba1be68357640b3fa668b418d9834c34ae68f5099ee8598f7c

Contents?: true

Size: 503 Bytes

Versions: 12

Compression:

Stored size: 503 Bytes

Contents

%h3
  Histórico de Pagamentos

%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: "button no-bottom-margin"

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
iugusdk-1.0.1 app/views/iugu/account/payment_history.html.haml
iugusdk-1.0.0.alpha.32 app/views/iugu/account/payment_history.html.haml
iugusdk-1.0.0.alpha.31 app/views/iugu/account/payment_history.html.haml
iugusdk-1.0.0.alpha.30 app/views/iugu/account/payment_history.html.haml
iugusdk-1.0.0.alpha.29 app/views/iugu/account/payment_history.html.haml
iugusdk-1.0.0.alpha.28 app/views/iugu/account/payment_history.html.haml
iugusdk-1.0.0.alpha.27 app/views/iugu/account/payment_history.html.haml
iugusdk-1.0.0.alpha.26 app/views/iugu/account/payment_history.html.haml
iugusdk-1.0.0.alpha.25 app/views/iugu/account/payment_history.html.haml
iugusdk-1.0.0.alpha.24 app/views/iugu/account/payment_history.html.haml
iugusdk-1.0.0.alpha.23 app/views/iugu/account/payment_history.html.haml
iugusdk-1.0.0.alpha.22 app/views/iugu/account/payment_history.html.haml