%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