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