This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
phone_app/app/views/admin/partition_lines/_partition_line.html.haml
2021-08-23 10:26:02 +02:00

16 lines
568 B
Plaintext

%tr#partition_line_row{:id => partition_line.id}
-tr = {}
-tr[:actions] = capture do
%td.actions
= link_to i(:"trash-o"), [:admin, partition_line], method: :delete, data: { confirm: 'Voulez-vous vraiment supprimer cet enregistrement ? ' } , :remote => true
= link_to i(:pencil), edit_admin_partition_line_path(partition_line), :remote => true
= link_to i(:eye), admin_partition_line_path(partition_line), :remote => true
=render :partial => "qi/qi_ordered_table_object", :locals => {:tr => tr, :object => partition_line}