diff --git a/templates/partials/bag_list.html b/templates/partials/bag_list.html index 3103cf5..e55a3b4 100644 --- a/templates/partials/bag_list.html +++ b/templates/partials/bag_list.html @@ -97,7 +97,7 @@ {% call table::pagination_header(bags, navigator, "#bag-list") %}
| + | {{ bag.roaster_name }} | -{{ bag.roast_name }} | -{{ bag.amount }}g | -{{ bag.created_at }} | -{{ bag.finished_at }} | +{{ bag.roast_name }} | +{{ bag.amount }}g | +{{ bag.created_at }} | +{{ bag.finished_at }} |
| Coffee | @@ -22,7 +22,7 @@|||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| + | - | + |
{{ brew.grind_setting }}
{{ brew.grinder_name }}
|
- + |
{{ brew.coffee_weight }} / {{ brew.water_volume }}
{{ brew.ratio }}
|
- {{ brew.water_temp }} | -+ | {{ brew.water_temp }} | +
{{ brew.brewer_name }}
{% if let Some(fp_name) = brew.filter_paper_name %}
{{ fp_name }}
{% endif %}
|
- {{ brew.created_at }} | +{{ brew.created_at }} | {% if is_authenticated %} -+ |