Sha256: 0d887850160da45d8082f2440085602f7f42080cbb981d9e3d5bc9f3b0246a87

Contents?: true

Size: 437 Bytes

Versions: 13

Compression:

Stored size: 437 Bytes

Contents

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

  %td
    - if (payment.non_impute != 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

13 entries across 13 versions & 1 rubygems

Version Path
adherent-0.2.2.4 app/views/adherent/payments/_payment.html.haml
adherent-0.2.2.3 app/views/adherent/payments/_payment.html.haml
adherent-0.2.2.2 app/views/adherent/payments/_payment.html.haml
adherent-0.2.2.1 app/views/adherent/payments/_payment.html.haml
adherent-0.2.2 app/views/adherent/payments/_payment.html.haml
adherent-0.2.1 app/views/adherent/payments/_payment.html.haml
adherent-0.2.0 app/views/adherent/payments/_payment.html.haml
adherent-0.1.10 app/views/adherent/payments/_payment.html.haml
adherent-0.1.9 app/views/adherent/payments/_payment.html.haml
adherent-0.1.7 app/views/adherent/payments/_payment.html.haml
adherent-0.1.6 app/views/adherent/payments/_payment.html.haml
adherent-0.1.5 app/views/adherent/payments/_payment.html.haml
adherent-0.1.4 app/views/adherent/payments/_payment.html.haml