mirror of
https://github.com/sstent/foodplanner.git
synced 2026-01-25 11:11:36 +00:00
fixing details tabe
This commit is contained in:
@@ -166,7 +166,7 @@
|
||||
</td>
|
||||
<td>
|
||||
<div class="serving-info">
|
||||
{{ "%.0f"|format(meal_food.total_grams) }}{{ meal_food.serving_unit }}
|
||||
{{ "%.1f"|format(meal_food.total_grams) }}g
|
||||
</div>
|
||||
</td>
|
||||
<td class="nutrient-value">{{ "%.0f"|format(meal_food.calories) }}</td>
|
||||
|
||||
Reference in New Issue
Block a user