16 lines
514 B
Plaintext
16 lines
514 B
Plaintext
%tr#societe_row{:id => societe.id}
|
|
-tr = {}
|
|
|
|
-tr[:actions] = capture do
|
|
%td.actions
|
|
=# link_to i(:"trash-o"), [:admin, societe], method: :delete, data: { confirm: 'Voulez-vous vraiment supprimer cet enregistrement ? ' } , :remote => true
|
|
= link_to i(:pencil), edit_admin_societe_path(societe), :remote => true
|
|
= link_to i(:eye), admin_societe_path(societe), :remote => false
|
|
|
|
|
|
|
|
=render :partial => "qi/qi_ordered_table_object", :locals => {:tr => tr, :object => societe}
|
|
|
|
|
|
|
|
|