From f1d54675c3443d7fb4fbfea5501543c4aff35f2a Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Tue, 28 Jun 2022 06:17:43 +0200 Subject: [PATCH] allow editing recipe source filed --- .../apps/RecipeEditView/RecipeEditView.vue | 31 +++++++++++++------ 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/vue/src/apps/RecipeEditView/RecipeEditView.vue b/vue/src/apps/RecipeEditView/RecipeEditView.vue index a9c4322da..61df32b5f 100644 --- a/vue/src/apps/RecipeEditView/RecipeEditView.vue +++ b/vue/src/apps/RecipeEditView/RecipeEditView.vue @@ -19,11 +19,12 @@ - + + maxlength="512"> - + + @@ -94,11 +95,7 @@ > -
- - {{$t('show_ingredient_overview')}} -
@@ -184,6 +181,17 @@ {{ $t("create_food_desc") }} +
+ + + {{ $t('show_ingredient_overview') }} + + +
+ + + + @@ -233,10 +241,13 @@ + :id="'id_step_' + step.id + 'name'"/> - - + + +