negos_app/app/views/public/virements/index.html.haml
2016-02-16 21:09:48 +01:00

38 lines
950 B
Plaintext
Executable File

.center.padding
=render :partial => "public/my_account/menu"
.padding
%h1 Comptes bancaires
=link_to "Demander un virement de commissions", new_public_virement_path, :class => "btn btn-primary"
%table.table{:style => "text-align:left"}
%tr
%th Intitulé du compte
%th Pays
%th Banque
%th
Iban
%th
Tva
%th Statut
%th
-@virements.each do |virement|
%tr
%td=virement.name
%td=virement.country
%td=virement.bank_name
%td=virement.iban
%td
-if virement.tva?
=virement.tva_number
%td
-if virement.validated?
Validé
-else
En cours de validation
%td
-if virement.scan_file?
Fichier reçu :
=virement.scan_file.file.filename