26 lines
459 B
Plaintext
26 lines
459 B
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter un compte bancaire', new_admin_p_bank_account_path(), :class => "btn btn-primary", :remote => true
|
|
%h1
|
|
Paiements
|
|
%span
|
|
Compte bancaire
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
%table.table
|
|
%tr
|
|
%th Banque
|
|
%th Iban
|
|
%th BIC
|
|
%th Compte comptable
|
|
%th Journal
|
|
|
|
|
|
%th
|
|
|
|
|
|
%tbody#p_bank_accounts_rows
|
|
=render @p_bank_accounts
|
|
|
|
|