diff --git a/templates/pages/home.html b/templates/pages/home.html index dee5c29..04e28ed 100644 --- a/templates/pages/home.html +++ b/templates/pages/home.html @@ -94,17 +94,19 @@

{{ brew.grind_setting }} · {{ brew.grinder_name }}

{{ brew.brewer_name }}{% if let Some(fp) = brew.filter_paper_name %} · {{ fp }}{% endif %}

- {% if !brew.quick_notes.is_empty() %} -
- {% for qn in brew.quick_notes %} - {{ qn.label }} - {% endfor %} -
- {% endif %} - {% if is_authenticated %} -
+
+
+ {% if !brew.quick_notes.is_empty() %} + {% for qn in brew.quick_notes %} + {{ qn.label }} + {% endfor %} + {% else %} + No Notes + {% endif %} +
+ {% if is_authenticated %}
@@ -119,14 +121,14 @@
+ {% endif %}
- {% endif %}
{% endfor %}