19 lines
598 B
Plaintext
19 lines
598 B
Plaintext
%tr#m_odr_row{:id => m_odr.id}
|
|
%td= m_odr.name
|
|
%td= m_odr.slug
|
|
%td= m_odr.start_at
|
|
%td= m_odr.end_at
|
|
%td= m_odr.public_end
|
|
%td= m_odr.address_process
|
|
%td= m_odr.rib_process
|
|
%td= m_odr.description
|
|
%td= m_odr.email_needed
|
|
%td= m_odr.tel_needed
|
|
%td= m_odr.p_customer_id
|
|
|
|
%td.actions
|
|
= link_to i(:"trash-o"), [:admin, m_odr], method: :delete, data: { confirm: 'Voulez-vous vraiment supprimer cet enregistrement ? ' } , :remote => true
|
|
= link_to i(:pencil), edit_admin_m_odr_path(m_odr), :remote => true
|
|
= link_to i(:eye), admin_m_odr_path(m_odr), :remote => true
|
|
|