28 lines
605 B
Plaintext
28 lines
605 B
Plaintext
%tr#p_commercial{:id => p_commercial.id}
|
|
%td
|
|
= p_commercial.firstname
|
|
= p_commercial.name
|
|
|
|
%td
|
|
=p_commercial.email
|
|
%td
|
|
=p_commercial.phone
|
|
|
|
%td
|
|
=number_to_currency p_commercial.ca_ht
|
|
|
|
%td
|
|
=number_to_currency p_commercial.ca_ttc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%td.actions
|
|
= link_to i(:"trash-o"), [:admin, p_commercial], method: :delete, data: { confirm: 'Voulez-vous vraiment supprimer cet auteur ? ' } , :remote => true
|
|
= link_to i(:pencil), edit_admin_p_commercial_path(p_commercial), :remote => true
|
|
|
|
= link_to i(:eye), admin_p_commercial_path(p_commercial)
|
|
|