16 lines
633 B
Plaintext
16 lines
633 B
Plaintext
%tr#s_module_row{:id => s_module.id}
|
|
%td= s_module.serial_nbr
|
|
%td= s_module.cache_long_serial_number
|
|
%td= s_module.s_modules_state_id
|
|
%td= s_module.order_date
|
|
%td= s_module.production_start_date
|
|
%td= s_module.production_end_date
|
|
%td= s_module.s_module_configuration_id
|
|
%td= s_module.s_site_id
|
|
|
|
%td.actions
|
|
= link_to i(:"trash-o"), [:admin, s_module], method: :delete, data: { confirm: 'Voulez-vous vraiment supprimer cet enregistrement ? ' } , :remote => true
|
|
= link_to i(:pencil), edit_admin_s_module_path(s_module), :remote => true
|
|
= link_to i(:eye), admin_s_module_path(s_module), :remote => true
|
|
|