diff --git a/vue/src/apps/RecipeView/RecipeView.vue b/vue/src/apps/RecipeView/RecipeView.vue index c74988669..434ac6d8c 100644 --- a/vue/src/apps/RecipeView/RecipeView.vue +++ b/vue/src/apps/RecipeView/RecipeView.vue @@ -1,15 +1,49 @@ - {{ recipe.name }} - - + + + {{ recipe.name }} + + + + + + + + + + + + {{ _('Preparation time ~') }} {{ recipe.working_time }} {{ _('min') }} + + + {{ _('Waiting time ~') }} {{ recipe.waiting_time }} {{ _('min') }} + + + + + + + + + + + + + + + + + + - +