diff --git a/vue/src/apps/MealPlanView/MealPlanView.vue b/vue/src/apps/MealPlanView/MealPlanView.vue index eece28dff..bc201dd95 100644 --- a/vue/src/apps/MealPlanView/MealPlanView.vue +++ b/vue/src/apps/MealPlanView/MealPlanView.vue @@ -71,7 +71,7 @@ -
+
@@ -90,16 +90,22 @@
+ :src="plan.recipe.image" rounded="circle" v-if="plan.recipe?.image"> +
- {{ plan.recipe.name }} + {{ plan.recipe.name }} + {{ plan.title }}
- {{ plan.meal_type_name }} - - - {{ plan.recipe.working_time + plan.recipe.waiting_time}} {{ $t('min')}} + + {{ plan.note}}
+
+ {{ plan.meal_type_name }} + + - {{ plan.recipe.working_time + plan.recipe.waiting_time }} {{ $t('min') }}
@@ -370,6 +376,7 @@ export default { entryEditing: null, mealplan_default_date: null, ical_url: window.ICAL_URL, + image_placeholder: window.IMAGE_PLACEHOLDER, } }, computed: {