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/p_grades/_p_grade.html.haml
2021-08-27 18:43:38 +02:00

16 lines
512 B
Plaintext

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