27 lines
558 B
Plaintext
27 lines
558 B
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter ', new_admin_s_module_path(), :class => "btn btn-primary", :remote => true
|
|
%h1
|
|
Modules
|
|
%span
|
|
Liste des modules
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
%table.table
|
|
%tr
|
|
%th serial_nbr
|
|
%th cache_long_serial_number
|
|
%th s_modules_state_id
|
|
%th order_date
|
|
%th production_start_date
|
|
%th production_end_date
|
|
%th s_module_configuration_id
|
|
%th s_site_id
|
|
%th.actions
|
|
|
|
|
|
%tbody#s_modules_rows
|
|
=render @s_modules
|
|
|
|
|