From 42dfc9d1263bafc4ff9808d174fb222f9a07db83 Mon Sep 17 00:00:00 2001 From: Kaibu Date: Fri, 22 Apr 2022 18:53:23 +0200 Subject: [PATCH] source url added --- vue/src/apps/RecipeView/RecipeView.vue | 54 +++++++++++++++----------- 1 file changed, 31 insertions(+), 23 deletions(-) diff --git a/vue/src/apps/RecipeView/RecipeView.vue b/vue/src/apps/RecipeView/RecipeView.vue index e36294fae..38d18a28b 100644 --- a/vue/src/apps/RecipeView/RecipeView.vue +++ b/vue/src/apps/RecipeView/RecipeView.vue @@ -5,7 +5,7 @@
- +

{{ recipe.name }}

@@ -29,7 +29,7 @@
-
+
@@ -38,8 +38,8 @@
{{ $t("Preparation") }}
+ >{{ $t("Preparation") }}
{{ recipe.working_time }} {{ $t("min") }}
@@ -52,8 +52,8 @@
{{ $t("Waiting") }}
+ >{{ $t("Waiting") }}
{{ recipe.waiting_time }} {{ $t("min") }}
@@ -65,7 +65,7 @@
- +
@@ -82,10 +82,11 @@
-
+
-
+
- +
- +
@@ -116,7 +119,8 @@
-
+
@@ -132,11 +136,15 @@ @checked-state-changed="updateIngredientCheckedState" >
+ +
{{ $t("Imported_From") }}
+ {{ recipe.source_url }}
-
+
@@ -146,13 +154,13 @@