10 lines
431 B
Plaintext
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
|
|
|