30 lines
532 B
Plaintext
30 lines
532 B
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter ', new_admin_m_odr_path(), :class => "btn btn-primary", :remote => true
|
|
%h1
|
|
|
|
%span
|
|
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
%table.table
|
|
%tr
|
|
%th name
|
|
%th slug
|
|
%th start_at
|
|
%th end_at
|
|
%th public_end
|
|
%th address_process
|
|
%th rib_process
|
|
%th description
|
|
%th email_needed
|
|
%th tel_needed
|
|
%th p_customer_id
|
|
%th.actions
|
|
|
|
|
|
%tbody#m_odrs_rows
|
|
=render @m_odrs
|
|
|
|
|