diff --git a/templates/partials/brew_card.html b/templates/partials/brew_card.html index 532f6d9..5622dfe 100644 --- a/templates/partials/brew_card.html +++ b/templates/partials/brew_card.html @@ -1,6 +1,6 @@ {% import "partials/icons.html" as icons %} {% macro card(brew, is_authenticated) %} -
+
{{ brew.roast_name }}

{{ brew.roaster_name }}

@@ -13,13 +13,13 @@ {% if !brew.quick_notes.is_empty() %}

{{ brew.quick_notes_label }}

{% endif %}
{% if is_authenticated %} -
- + {% endif %} -
+ {% endmacro %}