From 8725b55c1aadb16fc91d074798664e8e144a54c8 Mon Sep 17 00:00:00 2001 From: axolotle Date: Tue, 22 Jun 2021 22:31:06 +0200 Subject: [PATCH] add parent title to prod NodeView --- src/components/nodes/NodeViewHeaderProd.vue | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/components/nodes/NodeViewHeaderProd.vue b/src/components/nodes/NodeViewHeaderProd.vue index 4edd0dc..f0b4de0 100644 --- a/src/components/nodes/NodeViewHeaderProd.vue +++ b/src/components/nodes/NodeViewHeaderProd.vue @@ -5,12 +5,11 @@

- {{ $t('variants.' + node.variant) }} {{ mode === 'card' ? $t('from') : '' }} + {{ $t('variants.' + node.variant) }} {{ mode === 'card' && node.parents ? $t('from') : '' }}
-
- - {{ parent }} +
+

@@ -21,10 +20,16 @@