From 6307d159bfec39841fcdffc66bfc381f4424b0b2 Mon Sep 17 00:00:00 2001 From: Mike Shoup Date: Thu, 11 Jul 2019 06:47:07 -0600 Subject: [PATCH] Re-arrange --- src/humulus/templates/recipes/info.html | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/src/humulus/templates/recipes/info.html b/src/humulus/templates/recipes/info.html index ae67641..cce2c60 100644 --- a/src/humulus/templates/recipes/info.html +++ b/src/humulus/templates/recipes/info.html @@ -73,6 +73,10 @@ {{ recipe|recipe_fg }} {% endif %} + + +
+
Alcohol
{% if style %} @@ -81,6 +85,14 @@ {{ recipe|recipe_abv }} %/vol. {% endif %}
+
Color
+
+ {% if style %} + {{ macros.render_progressbar(recipe|recipe_srm|float, style.srm.low|float, style.srm.high|float, unit=' SRM', class='spec-progress') }} + {% else %} + {{ recipe|recipe_srm }} SRM + {% endif %} +
@@ -95,14 +107,6 @@
Bitterness Ratio
{{ recipe|recipe_ibu_ratio }} IBU/OG
-
Color
-
- {% if style %} - {{ macros.render_progressbar(recipe|recipe_srm|float, style.srm.low|float, style.srm.high|float, unit=' SRM', class='spec-progress') }} - {% else %} - {{ recipe|recipe_srm }} SRM - {% endif %} -