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