negos_app/app/views/admin/needs/edit.html.haml
2018-09-21 12:22:22 +02:00

20 lines
457 B
Plaintext
Executable File

%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