26 lines
534 B
Plaintext
Executable File
26 lines
534 B
Plaintext
Executable File
%h1= "Utilisateurs intéressés par le besoin #{@need.title}"
|
|
|
|
-if @wishes.length > 0
|
|
%table.table.admin_table.table-hover.table-striped
|
|
%thead.rows_header
|
|
|
|
%tr
|
|
%th
|
|
Utilisateur
|
|
%th
|
|
Intéressé le
|
|
%th
|
|
Devis
|
|
%th
|
|
Informations supplémentaires
|
|
%th{:style => "width:100px"}
|
|
|
|
|
|
%tbody.rows
|
|
|
|
=render @wishes
|
|
|
|
.pagination.pull-right= paginate @wishes
|
|
-else
|
|
Aucun intérêt enregistré pour ce besoin pour le moment
|