kaps_app/app/views/public/p_friends/_p_friend.html.haml
2020-01-11 15:28:56 +01:00

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