15 lines
224 B
Plaintext
15 lines
224 B
Plaintext
%table.table.public-table.table-striped
|
|
%thead
|
|
%tr
|
|
%th
|
|
Titre du besoin
|
|
%th
|
|
État
|
|
%th{:style => "width:100px"}
|
|
|
|
%tbody
|
|
|
|
=render @needs
|
|
|
|
.pagination= paginate @needs
|