8 lines
319 B
Plaintext
8 lines
319 B
Plaintext
%tr#p_friend{:id => p_friend.id}
|
|
%td= p_friend.p_friend_customer.email
|
|
|
|
|
|
%td.actions
|
|
= link_to i(:"trash-o"), [:public, p_friend], method: :delete, data: { confirm: 'Voulez-vous vraiment supprimer cet amis ? ' } , :remote => true
|
|
= link_to i(:pencil), edit_public_p_friend_path(p_friend), :remote => true
|