wip p_ ustomer breadcrumb
This commit is contained in:
parent
5d1d1ee163
commit
57c3da9789
@ -1,9 +1,6 @@
|
||||
.qi_header
|
||||
.right= link_to 'Ajouter une catégorie', new_admin_p_customer_cat_path(), :class => "btn btn-primary", :remote => true
|
||||
%h1
|
||||
Produits
|
||||
%span
|
||||
Catégories
|
||||
=breadcrumb
|
||||
|
||||
|
||||
.qi_row
|
||||
@ -18,4 +15,4 @@
|
||||
%tbody#p_customer_cats_rows
|
||||
=render @p_customer_cats
|
||||
|
||||
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
.qi_header
|
||||
=breadcrumb("Modifier un client")
|
||||
%h1
|
||||
Ventes
|
||||
%span
|
||||
|
@ -7,11 +7,9 @@
|
||||
-else
|
||||
.right
|
||||
=link_to "< Retour aux demandes de commande", admin_p_customer_sheets_path
|
||||
=breadcrumb
|
||||
|
||||
%h1
|
||||
=breadcrumb
|
||||
=hello
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,10 +1,5 @@
|
||||
.qi_header
|
||||
%h1
|
||||
Ventes
|
||||
%span
|
||||
=link_to "Clients", admin_p_customers_path
|
||||
%span
|
||||
Créer un nouveau client
|
||||
=breadcrumb
|
||||
|
||||
= render 'form'
|
||||
|
||||
|
@ -3,15 +3,8 @@
|
||||
= link_to i(:pencil), edit_admin_p_customer_path(@p_customer), :remote => false
|
||||
|
||||
|
||||
|
||||
%h1
|
||||
Clients
|
||||
%span
|
||||
Détail d'un client
|
||||
%span
|
||||
=link_to [:admin, @p_customer] do
|
||||
=@p_customer.code
|
||||
=@p_customer.show_name
|
||||
=breadcrumb("Détail client / #{@p_customer.code} - #{@p_customer.show_name}")
|
||||
|
||||
|
||||
|
||||
|
||||
@ -294,4 +287,4 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user