This commit is contained in:
Nicolas Bally 2018-09-21 12:22:22 +02:00
parent 7e9b3c4592
commit 84643c525a

View File

@ -1,2 +1,20 @@
%h1 Modifier un besoin
=render :partial => "form"
-if @need.need_furbish_interests.count > 0
%hr
%h3 Liste des clients interéssés pour devenir fournisseur
%table.table
-@need.need_furbish_interests.each do |nfi|
%tr
%td
=nfi.customer.organisation
%td
=nfi.customer.name
=nfi.customer.firstname
%td
=link_to ic(:eye), edit_admin_customer_path(nfi.customer)
%br
%br
%br