mirror of
https://github.com/sstent/foodplanner.git
synced 2026-01-25 11:11:36 +00:00
trying to fix detailed tab
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
</div>
|
||||
<div class="col-6 mb-3">
|
||||
<div class="border rounded p-2">
|
||||
<strong class="h4 text-warning">{{ "%.1f"|format(day_totals.carbs) }}g</strong>
|
||||
<strong>{{ "%.1f"|format(day_totals.carbs) }}g</strong>
|
||||
<div class="small text-muted">Carbs ({{ day_totals.carbs_pct }}%)</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -123,7 +123,7 @@
|
||||
</div>
|
||||
<div class="col-6 mb-3">
|
||||
<div class="border rounded p-2">
|
||||
<strong>{{ "%.1f"|format(day_totals.net_carbs) }}g</strong>
|
||||
<strong class="h4 text-warning">{{ "%.1f"|format(day_totals.net_carbs) }}g</strong>
|
||||
<div class="small text-muted">Net Carbs</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user