suite
This commit is contained in:
parent
7e9b3c4592
commit
84643c525a
@ -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
|
Loading…
x
Reference in New Issue
Block a user