13 lines
602 B
Plaintext
13 lines
602 B
Plaintext
%li= link_to "Demande de commande", admin_p_customer_sheets_path
|
|
|
|
|
|
|
|
- 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 false and 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 false and !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
|
|
|
|
|