From 175970a69c86bd303b9a7414947b6ac4c9ee6678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A9?= Date: Tue, 26 Oct 2021 16:02:47 +0200 Subject: [PATCH] bugfix breadcrumb --- app/views/admin/p_product_refs/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/p_product_refs/show.html.haml b/app/views/admin/p_product_refs/show.html.haml index 879c29c..7503a31 100644 --- a/app/views/admin/p_product_refs/show.html.haml +++ b/app/views/admin/p_product_refs/show.html.haml @@ -1,7 +1,7 @@ .qi_header .right = link_to i(:pencil), edit_admin_p_product_path(@p_product_ref.p_product), :remote => false if @p_product_ref.p_product - =breadcrumb record: @p_product_ref.p_product.name + " - " + @p_product_ref.ct_sub_name + =breadcrumb record: @p_product_ref.name .qi_row