31 lines
445 B
Plaintext
31 lines
445 B
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter un export', new_admin_p_compta_export_path(), :class => "btn btn-primary", :remote => true
|
|
= breadcrumb
|
|
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
%table.table
|
|
%tr
|
|
%th Validé ?
|
|
|
|
%th Début
|
|
|
|
|
|
%th Fin
|
|
|
|
%th Nbr documents
|
|
|
|
|
|
|
|
|
|
|
|
%th
|
|
|
|
|
|
%tbody#p_compta_exports_rows
|
|
=render @p_compta_exports
|
|
|
|
|