diff --git a/templates/partials/cafe_list.html b/templates/partials/cafe_list.html
index 165dc00..a6b11bd 100644
--- a/templates/partials/cafe_list.html
+++ b/templates/partials/cafe_list.html
@@ -38,12 +38,8 @@
{{ cafe.created_at }}
|
-
- {{ cafe.name }}
+ |
+ {{ cafe.name }}
|
{{ cafe.country }}
diff --git a/templates/partials/roast_list.html b/templates/partials/roast_list.html
index a403186..249842c 100644
--- a/templates/partials/roast_list.html
+++ b/templates/partials/roast_list.html
@@ -41,11 +41,7 @@
{{ roast.created_at }}
|
- {{ roast.name }}
+ {{ roast.name }}
{{ roast.roaster_label }}
|
{{ roast.roaster_label }} |
diff --git a/templates/partials/roaster_list.html b/templates/partials/roaster_list.html
index 716f700..1bf6920 100644
--- a/templates/partials/roaster_list.html
+++ b/templates/partials/roaster_list.html
@@ -38,12 +38,8 @@
{{ roaster.created_at }}
|
-
- {{ roaster.name }}
+ |
+ {{ roaster.name }}
|
{{ roaster.country }}
|