24 lines
440 B
Plaintext
24 lines
440 B
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter ', new_admin_s_compta_account_path(), :class => "btn btn-primary", :remote => true
|
|
%h1
|
|
Compte comptables
|
|
%span
|
|
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
%table.table
|
|
%tr
|
|
%th Code
|
|
%th Libellé
|
|
%th Zone
|
|
%th Compte achat
|
|
%th Compte vente
|
|
%th.actions
|
|
|
|
|
|
%tbody#s_compta_accounts_rows
|
|
=render @s_compta_accounts
|
|
|
|
|