This commit is contained in:
2025-10-01 16:12:44 -07:00
parent bb30f9eb2b
commit 7cbc2d83bb
5 changed files with 206 additions and 33 deletions

View File

@@ -166,7 +166,7 @@
</td>
<td>
<div class="serving-info">
{{ "%.0f"|format(meal_food.total_grams) }}g ({{ "%.2f"|format(meal_food.num_servings) }} servings of {{ meal_food.serving_size }}{{ meal_food.serving_unit }})
{{ "%.0f"|format(meal_food.total_grams) }}{{ meal_food.serving_unit }}
</div>
</td>
<td class="nutrient-value">{{ "%.0f"|format(meal_food.calories) }}</td>