13 lines
617 B
Plaintext
13 lines
617 B
Plaintext
%tr#odr_tracker_row{:id => odr_tracker.id}
|
|
%td= odr_tracker.name
|
|
%td
|
|
|
|
=link_to public_m_odr_path(m_odr.slug, :t => odr_tracker.odr_tracker.token, :lang => nil), public_m_odr_path(odr_tracker.m_odr.slug, :t => odr_tracker.token, :lang => nil), :target => "_blank"
|
|
|
|
|
|
%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
|
|
|