mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
feat: Added serving size to print view (#3796)
Co-authored-by: boc-the-git <3479092+boc-the-git@users.noreply.github.com>
This commit is contained in:
parent
e2033b2d67
commit
58100d0515
@ -30,6 +30,9 @@
|
|||||||
<!-- Ingredients -->
|
<!-- Ingredients -->
|
||||||
<section>
|
<section>
|
||||||
<v-card-title class="headline pl-0"> {{ $t("recipe.ingredients") }} </v-card-title>
|
<v-card-title class="headline pl-0"> {{ $t("recipe.ingredients") }} </v-card-title>
|
||||||
|
<div class="font-italic px-0 py-0">
|
||||||
|
<SafeMarkdown :source="recipe.recipeYield" />
|
||||||
|
</div>
|
||||||
<div
|
<div
|
||||||
v-for="(ingredientSection, sectionIndex) in ingredientSections"
|
v-for="(ingredientSection, sectionIndex) in ingredientSections"
|
||||||
:key="`ingredient-section-${sectionIndex}`"
|
:key="`ingredient-section-${sectionIndex}`"
|
||||||
@ -88,7 +91,6 @@
|
|||||||
<div v-if="preferences.showNutrition">
|
<div v-if="preferences.showNutrition">
|
||||||
<v-card-title class="headline pl-0"> {{ $t("recipe.nutrition") }} </v-card-title>
|
<v-card-title class="headline pl-0"> {{ $t("recipe.nutrition") }} </v-card-title>
|
||||||
|
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<div class="print-section">
|
<div class="print-section">
|
||||||
<table class="nutrition-table">
|
<table class="nutrition-table">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user