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