11 lines
517 B
Plaintext
11 lines
517 B
Plaintext
%tr#accounting_zone_row{:id => accounting_zone.id}
|
|
%td= ic :check if accounting_zone.enabled
|
|
%td= accounting_zone.name
|
|
%td= accounting_zone.description
|
|
|
|
%td.actions
|
|
= link_to i(:"trash-o"), [:admin, accounting_zone], method: :delete, data: { confirm: 'Voulez-vous vraiment supprimer cet enregistrement ? ' } , :remote => true
|
|
= link_to i(:pencil), edit_admin_accounting_zone_path(accounting_zone), :remote => true
|
|
= link_to i(:eye), admin_accounting_zone_path(accounting_zone), :remote => true
|
|
|