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