25 lines
418 B
Plaintext
25 lines
418 B
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter une facture', new_admin_p_ship_bill_path(), :class => "btn btn-primary", :remote => true
|
|
%h1
|
|
Achats
|
|
%span
|
|
Factures transport
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
%table.table
|
|
%tr
|
|
%th Date
|
|
%th Fournisseur
|
|
|
|
%th Ref
|
|
%th Total HT
|
|
|
|
%th
|
|
|
|
|
|
%tbody#p_ship_bills_rows
|
|
=render @p_ship_bills
|
|
|
|
|