Sha256: a36d5613645479e84cd9bdc575649526ea7bed6b7cf3d0f4d3b10e826306ef84

Contents?: true

Size: 460 Bytes

Versions: 8

Compression:

Stored size: 460 Bytes

Contents

%tr
  %td= payment.date
  %td.numeric= number_to_currency(payment.amount, locale: :fr)
  %td= payment.comment
  %td= payment.mode
  %td= list_imputations(payment)
  - pni = non_impute(payment)
  %td.numeric= number_to_currency pni, locale: :fr

  %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/payments/_payment.html.haml
adherent-0.3.12 app/views/adherent/payments/_payment.html.haml
adherent-0.3.11 app/views/adherent/payments/_payment.html.haml
adherent-0.3.10 app/views/adherent/payments/_payment.html.haml
adherent-0.3.9 app/views/adherent/payments/_payment.html.haml
adherent-0.3.7 app/views/adherent/payments/_payment.html.haml
adherent-0.3.6 app/views/adherent/payments/_payment.html.haml
adherent-0.3.5 app/views/adherent/payments/_payment.html.haml