mmsc_app/app/views/admin/odr_trackers/_odr_tracker.html.haml
Nicolas Bally a6aa1f6074 Initial
2020-05-25 11:40:11 +02: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