diff --git a/templates/partials/lists/bag_list.html b/templates/partials/lists/bag_list.html index bb76458..c217784 100644 --- a/templates/partials/lists/bag_list.html +++ b/templates/partials/lists/bag_list.html @@ -21,7 +21,7 @@ {{ table::search_header(navigator, "#bag-list") }}
- + {{ table::sortable_header("Added", "created-at", navigator, "#bag-list") }} {{ table::sortable_header("Roaster", "roaster", navigator, "#bag-list") }} @@ -50,13 +50,13 @@ @@ -65,7 +65,7 @@
-
{{ bag.remaining }} / {{ bag.amount }}g
+
{{ bag.remaining }} / {{ bag.amount }}g
{% endif %}
{% if bag.closed %} - Closed + Closed {% else %} -
-
+
+
-
{{ bag.remaining }} / {{ bag.amount }}g
+
{{ bag.remaining }} / {{ bag.amount }}g
{% endif %}
@@ -97,7 +97,7 @@
{% if bag.closed %} - Closed + Closed {% endif %}