44 lines
720 B
Plaintext
44 lines
720 B
Plaintext
%h1 Liste des demandes de hipay_virements
|
|
|
|
|
|
=form_tag do
|
|
|
|
%table.table.table-hover.table_bordered
|
|
%thead#hipay_virement_rows_header.rows_header
|
|
|
|
%tr
|
|
%th
|
|
%th
|
|
Date
|
|
|
|
%th
|
|
Compte
|
|
%th Email Hipay
|
|
%th Solde commissions
|
|
%th Montant du virement
|
|
%th Montant TTC
|
|
%th Montant de la commission associé
|
|
%th Envoyé ?
|
|
%th{:style => "width:100px"}
|
|
|
|
|
|
|
|
|
|
|
|
%tbody#hipay_virement_rows.rows
|
|
|
|
=render :partial => "admin/hipay_virements/hipay_virement",:collection => @hipay_virements
|
|
|
|
|
|
|
|
=submit_tag "Valider ces paiements", :class => "btn btn-primary"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|