22 lines
402 B
Plaintext
22 lines
402 B
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter une zone', new_admin_accounting_zone_path(), :class => "btn btn-primary", :remote => true
|
|
%h1
|
|
Zone de ventes
|
|
%span
|
|
Liste
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
%table.table
|
|
%tr
|
|
%th Actif ?
|
|
%th Nom
|
|
%th Description
|
|
%th.actions
|
|
|
|
|
|
%tbody#accounting_zones_rows
|
|
=render @accounting_zones
|
|
|
|
|