32 lines
629 B
Plaintext
32 lines
629 B
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter ', new_admin_stock_block_path(), :class => "btn btn-primary", :remote => true
|
|
%h1
|
|
|
|
%span
|
|
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
%table.table
|
|
%tr
|
|
%th enter_date
|
|
%th ref
|
|
%th p_fournisseur_order_id
|
|
%th p_customer_sheet_id
|
|
%th s_module_id
|
|
%th s_project_id
|
|
%th ct_price_u_ht
|
|
%th cc_price_u_ht
|
|
%th ac_price_u_ht
|
|
%th qte
|
|
%th cc_price_tot_ht
|
|
%th ac_price_tot_ht
|
|
%th admin_id
|
|
%th.actions
|
|
|
|
|
|
%tbody#stock_blocks_rows
|
|
=render @stock_blocks
|
|
|
|
|