lockaz_app/app/views/admin/admin_spaces/_ventes.html.haml
Nicolas Bally f20fe482c6 initial
2020-04-06 10:38:07 +02:00

18 lines
681 B
Plaintext

%li= link_to "Projets", admin_s_projects_path
%li= link_to "Modules", admin_s_modules_path
%li= link_to "Devis", 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