sadem_app/app/views/admin/odr_trackers/_odr_tracker.html.haml
Nicolas Bally 2e982b4fd2 suite
2020-02-27 13:51:18 +01:00

10 lines
431 B
Plaintext

%tr#odr_tracker_row{:id => odr_tracker.id}
%td= odr_tracker.name
%td= odr_tracker.token
%td.actions
= link_to i(:"trash-o"), [:admin, odr_tracker], method: :delete, data: { confirm: 'Voulez-vous vraiment supprimer cet enregistrement ? ' } , :remote => true
= link_to i(:pencil), edit_admin_odr_tracker_path(odr_tracker), :remote => true
= link_to i(:eye), admin_odr_tracker_path(odr_tracker), :remote => true