{{ table::sortable_header("Added", "created-at", navigator, "#bag-list") }}
{{ table::sortable_header("Roaster", "roaster", navigator, "#bag-list") }}
@@ -56,7 +56,7 @@
- {{ bag.remaining }} / {{ bag.amount }}g
+ {{ bag.remaining }} / {{ bag.amount }}g
{% endif %}
@@ -65,7 +65,7 @@
- {{ bag.remaining }} / {{ bag.amount }}g
+ {{ bag.remaining }} / {{ bag.amount }}g
{% endif %}
diff --git a/templates/partials/lists/brew_list.html b/templates/partials/lists/brew_list.html
index 2b04b65..2681746 100644
--- a/templates/partials/lists/brew_list.html
+++ b/templates/partials/lists/brew_list.html
@@ -36,7 +36,7 @@
-
+
{{ table::sortable_header("Added", "created-at", navigator, "#brew-list") }}
| Coffee |
diff --git a/templates/partials/lists/cafe_list.html b/templates/partials/lists/cafe_list.html
index 5b7970f..bdfa298 100644
--- a/templates/partials/lists/cafe_list.html
+++ b/templates/partials/lists/cafe_list.html
@@ -21,7 +21,7 @@
{{ table::search_header(navigator, "#cafe-list") }}
-
+
{{ table::sortable_header("Added", "created-at", navigator, "#cafe-list") }}
{{ table::sortable_header("Name", "name", navigator, "#cafe-list") }}
diff --git a/templates/partials/lists/cup_list.html b/templates/partials/lists/cup_list.html
index 6ee1fff..a4bc8a2 100644
--- a/templates/partials/lists/cup_list.html
+++ b/templates/partials/lists/cup_list.html
@@ -21,7 +21,7 @@
{{ table::search_header(navigator, "#cup-list") }}
-
+
{{ table::sortable_header("Added", "created-at", navigator, "#cup-list") }}
{{ table::sortable_header("Roast", "roast", navigator, "#cup-list") }}
diff --git a/templates/partials/lists/gear_list.html b/templates/partials/lists/gear_list.html
index f6b7bd2..832a440 100644
--- a/templates/partials/lists/gear_list.html
+++ b/templates/partials/lists/gear_list.html
@@ -22,7 +22,7 @@
-
+
{{ table::sortable_header("Added", "created-at", navigator, "#gear-list") }}
{{ table::sortable_header("Category", "category", navigator, "#gear-list") }}
diff --git a/templates/partials/lists/roast_list.html b/templates/partials/lists/roast_list.html
index 8c4d5f7..3f2cf16 100644
--- a/templates/partials/lists/roast_list.html
+++ b/templates/partials/lists/roast_list.html
@@ -21,7 +21,7 @@
{{ table::search_header(navigator, "#roast-list") }}
-
+
{{ table::sortable_header("Added", "created-at", navigator, "#roast-list") }}
{{ table::sortable_header("Roast", "name", navigator, "#roast-list") }}
diff --git a/templates/partials/lists/roaster_list.html b/templates/partials/lists/roaster_list.html
index 9057c1d..c0ca338 100644
--- a/templates/partials/lists/roaster_list.html
+++ b/templates/partials/lists/roaster_list.html
@@ -21,7 +21,7 @@
{{ table::search_header(navigator, "#roaster-list") }}
-
+
{{ table::sortable_header("Added", "created-at", navigator, "#roaster-list") }}
{{ table::sortable_header("Name", "name", navigator, "#roaster-list") }}
|