diff --git a/vue/src/apps/RecipeView/RecipeView.vue b/vue/src/apps/RecipeView/RecipeView.vue index e36294fa..4ac20a4a 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,16 +82,18 @@
-
+
-
+
@@ -100,13 +102,16 @@
- +
- +
@@ -116,7 +121,8 @@
-
+
@@ -136,7 +142,8 @@ -
+
@@ -146,13 +153,13 @@