25 lines
631 B
Plaintext
25 lines
631 B
Plaintext
%tr#p_commercial{:id => p_commercial.id}
|
|
%td
|
|
= p_commercial.p_commercial_cat.name if p_commercial.p_commercial_cat
|
|
%td
|
|
= p_commercial.code
|
|
%td
|
|
= p_commercial.firstname
|
|
= p_commercial.name
|
|
|
|
%td
|
|
= p_commercial.email
|
|
%td
|
|
= p_commercial.phone
|
|
|
|
|
|
|
|
|
|
%td.actions
|
|
= link_to i(:"trash-o"), [:admin, p_commercial], method: :delete, data: { confirm: 'Voulez-vous vraiment supprimer cet enregistrement ? ' } , :remote => true
|
|
= link_to i(:pencil), edit_admin_p_commercial_path(p_commercial), :remote => true
|
|
|
|
-if false
|
|
= link_to i(:eye), admin_p_commercial_path(p_commercial)
|
|
|