kaps_app/app/views/admin/p_payments/index.html.haml
Nicolas Bally d60301e8a7 initial
2019-01-21 01:15:10 +01:00

26 lines
471 B
Plaintext

.qi_header
.right= link_to 'Ajouter un paiement', new_admin_p_payment_path(), :class => "btn btn-primary", :remote => true
%h1
Paiements
%span
Liste des paiements
.qi_row
.qi_pannel.qi_plain.padding
%table.table
%tr
%th
%th Date de paiement
%th Date théorique
%th Client
%th Montant
%th Montant à affecter
%th
%tbody#p_payments_rows
=render @p_payments