diff --git a/vue3/src/components/display/RecipeView.vue b/vue3/src/components/display/RecipeView.vue index 53e1fd2ce..fc690420b 100644 --- a/vue3/src/components/display/RecipeView.vue +++ b/vue3/src/components/display/RecipeView.vue @@ -9,63 +9,117 @@ - - - - by {{ recipe.createdBy.displayName }} - - - + - - + + + + by {{ recipe.createdBy.displayName }} + + + + + + {{ recipe.name }} - - - - {{ recipe.description }} - + + + + {{ recipe.description }} + + - + + + + + + + {{ recipe.workingTime }} min + {{ $t('WorkingTime') }} + + + {{ recipe.waitingTime }} min + {{ $t('WaitingTime') }} + + + + + {{ servings }} + {{ recipe.servingsText }}{{ $t('Servings') }} + {servings = s}" title="Servings"> + + + + + + + + + + + + + + + + + + + {{ recipe.name }} + + + + {{ $t('created_by') }} {{ recipe.createdBy.displayName }} ({{ DateTime.fromJSDate(recipe.createdAt).toLocaleString(DateTime.DATE_SHORT) }}) + + + {{ recipe.description }} + + + + + + + + + {{ recipe.workingTime }} {{ $t('min') }} + {{ $t('WorkingTime') }} + + + {{ recipe.waitingTime }} {{ $t('min') }} + {{ $t('WaitingTime') }} + + + + {{ servings }} + {{ recipe.servingsText }}{{ $t('Servings') }} + {servings = s}" title="Servings"> + + + + + + + + + + - - - - - - {{ recipe.workingTime }} min - {{ $t('WorkingTime') }} - - - {{ recipe.waitingTime }} min - {{ $t('WaitingTime') }} - - - - - {{ servings }} - {{ recipe.servingsText }}{{ $t('Servings') }} - {servings = s}" title="Servings"> - - - - - - - - - @@ -75,12 +129,16 @@ + - {{ $t('Information') }} + + + {{ $t('Information') }} + @@ -125,7 +183,6 @@ -
+ {{ $t('created_by') }} {{ recipe.createdBy.displayName }} ({{ DateTime.fromJSDate(recipe.createdAt).toLocaleString(DateTime.DATE_SHORT) }}) +
+ {{ recipe.description }} +