27 lines
498 B
Plaintext
27 lines
498 B
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter ', new_admin_stock_line_path(), :class => "btn btn-primary", :remote => true
|
|
%h1
|
|
|
|
%span
|
|
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
%table.table
|
|
%tr
|
|
%th stock_block_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_lines_rows
|
|
=render @stock_lines
|
|
|
|
|