19 lines
344 B
Plaintext
19 lines
344 B
Plaintext
%table.table.public-table.table-striped
|
|
%thead
|
|
%tr
|
|
%th
|
|
Titre
|
|
%th
|
|
Catégorie
|
|
%th
|
|
État
|
|
%th{style: 'text-align:center'}
|
|
Intérêts
|
|
%th{style: 'text-align:center'}
|
|
Commentaires
|
|
%th
|
|
|
|
%tbody
|
|
|
|
=render partial: "public/needs/wish", collection: @wishes, as: :wish
|