jipe_app/app/views/admin/politiques/index.html.haml
2017-08-14 10:53:30 +02:00

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