From e80878541f85404700012399d1bcadd6b6a98820 Mon Sep 17 00:00:00 2001 From: Mike Shoup Date: Tue, 25 Jun 2019 21:20:29 -0600 Subject: [PATCH] Formatting. --- src/humulus/templates/recipes/info.html | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/humulus/templates/recipes/info.html b/src/humulus/templates/recipes/info.html index b6a5d44..646ebd1 100644 --- a/src/humulus/templates/recipes/info.html +++ b/src/humulus/templates/recipes/info.html @@ -24,7 +24,7 @@ {#- Recipe Details -#} -

Details

+

Details

@@ -50,7 +50,7 @@ {#- Fermentables -#} -

Fermentables

+

Fermentables

@@ -74,7 +74,7 @@ {#- Hops -#} -

Hops

+

Hops

@@ -101,7 +101,7 @@ Yeast -#} {% if 'yeast' in recipe %} -

Yeast

+

Yeast

@@ -135,10 +135,15 @@
{% endif %} +{#- + Recipe Notes +-#} +

Recipe Notes

+
{{ recipe.notes }}
{#- Buttons to do things -#} -
+
Update Recipe {{ render_delete_button('Delete Recipe', 'deleteRecipe', 'btn-danger') }}