9 lines
366 B
Plaintext
9 lines
366 B
Plaintext
|
|
%tr{:id => wish.id}
|
|
%td
|
|
=link_to wish.customer.organisation, edit_admin_customer_path(wish.customer)
|
|
%td
|
|
=wish.created_at
|
|
%td.actions{:style => "width:150px;text-align:right"}
|
|
= link_to i(:"remove"), [:admin, @need, wish], :data => {:confirm => "Voulez-vous vraiment supprimer l'intérêt de cet utilisateur pour ce besoin ?"}, :method => :delete
|