15 lines
590 B
Plaintext
15 lines
590 B
Plaintext
|
|
|
|
%li= link_to "Offres", admin_p_customer_sheets_path
|
|
|
|
-if false
|
|
|
|
- PriceDocumentType.order("id DESC").all.each do |p_document_type|
|
|
%li= link_to p_document_type.label, admin_price_documents_path(:price_document_type_id => p_document_type.id), :class => ("active" if p_document_type.id.to_s == params[:price_document_type_id].to_s)
|
|
|
|
%li= link_to "Tous documents", admin_price_documents_path, :class => ("active" if !params[:price_document_type_id])
|
|
=#%li= link_to "Matières premières", admin_p_brut_products_path
|
|
=#%li= link_to "Normes produits", admin_p_product_specs_path
|
|
|
|
|