Sha256: a6ffcdf2ae08065e5091573cb4f28d347e83bc804a6cd462984c1b4a00c5d2ee

Contents?: true

Size: 532 Bytes

Versions: 8

Compression:

Stored size: 532 Bytes

Contents

%tr
  %td
    = payment.member.to_s
    = icon_to 'payment.png', member_payments_path(payment.member), title:'Liste des paiements de cet adhérent'
  %td= payment.date
  %td.numeric= virgule payment.amount
  %td= payment.mode
  %td= list_imputations(payment)
  - pni = non_impute(payment)
  %td.numeric= virgule pni

  %td
    - if (pni != 0.0)
      = icon_to 'imputation.png', new_payment_reglement_path(payment), title: 'Imputer le solde sur une adhésion'
    = icon_to 'detail.png', member_payment_path(payment.member, payment)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
adherent-0.3.13 app/views/adherent/allpayments/_payment.html.haml
adherent-0.3.12 app/views/adherent/allpayments/_payment.html.haml
adherent-0.3.11 app/views/adherent/allpayments/_payment.html.haml
adherent-0.3.10 app/views/adherent/allpayments/_payment.html.haml
adherent-0.3.9 app/views/adherent/allpayments/_payment.html.haml
adherent-0.3.7 app/views/adherent/allpayments/_payment.html.haml
adherent-0.3.6 app/views/adherent/allpayments/_payment.html.haml
adherent-0.3.5 app/views/adherent/allpayments/_payment.html.haml