diff --git a/templates/partials/brew_list.html b/templates/partials/brew_list.html
index 9c5beb8..7ebeb59 100644
--- a/templates/partials/brew_list.html
+++ b/templates/partials/brew_list.html
@@ -9,15 +9,13 @@
@@ -36,23 +34,33 @@
- Coffee
- {% call table::sortable_header("Weight", "coffee-weight", navigator, "#brew-list") %}
Grind
- Brewer
- {% call table::sortable_header("Water", "water-volume", navigator, "#brew-list") %}
+ Recipe
Temp
- Ratio
+ Brewer
{% call table::sortable_header("Date", "created-at", navigator, "#brew-list") %}
{% if is_authenticated %}
-
+ Actions
{% endif %}