28 lines
481 B
Plaintext
28 lines
481 B
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter un taux de TVA', new_admin_tva_rate_path(), :class => "btn btn-primary", :remote => true
|
|
%h1
|
|
Zones de TVA
|
|
|
|
%span
|
|
Liste
|
|
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
%table.table
|
|
%tr
|
|
%th Actif ?
|
|
%th Nom
|
|
%th Description
|
|
%th Zone
|
|
%th Taux
|
|
%th Compte achat
|
|
%th Compte vente
|
|
%th.actions
|
|
|
|
|
|
%tbody#tva_rates_rows
|
|
=render @tva_rates
|
|
|
|
|