25 lines
428 B
Plaintext
25 lines
428 B
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter ', new_admin_m_odr_file_path(), :class => "btn btn-primary", :remote => true
|
|
%h1
|
|
|
|
%span
|
|
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
%table.table
|
|
%tr
|
|
%th file
|
|
%th m_odr_id
|
|
%th action_date
|
|
%th notes
|
|
%th name
|
|
%th m_odr_file_type_id
|
|
%th.actions
|
|
|
|
|
|
%tbody#m_odr_files_rows
|
|
=render @m_odr_files
|
|
|
|
|