33 lines
440 B
Plaintext
33 lines
440 B
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter un politique', new_admin_politique_path(), :class => "btn btn-primary"
|
|
%h1
|
|
|
|
Politiques
|
|
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
|
|
%table.stat_table.table.table-striped
|
|
%tr
|
|
%th Nom
|
|
|
|
%th Fiche
|
|
|
|
%th Département
|
|
|
|
|
|
|
|
%th{:style => "width:120px;"}
|
|
|
|
|
|
|
|
|
|
=render @politiques
|
|
|
|
.qi_pagination= paginate @politiques
|
|
|
|
|
|
|