1
0
Fork 0
mirror of https://github.com/shouptech/humulus.git synced 2026-02-03 16:09:44 +00:00

Re-arrange

This commit is contained in:
Emma 2019-07-11 06:47:07 -06:00
parent c3bce202c1
commit 6307d159bf
No known key found for this signature in database
GPG key ID: 68434BFE85360755

View file

@ -73,6 +73,10 @@
{{ recipe|recipe_fg }}
{% endif %}
</dd>
</dl>
</div>
<div class="col">
<dl>
<dt>Alcohol</dt>
<dd>
{% if style %}
@ -81,6 +85,14 @@
{{ recipe|recipe_abv }} %/vol.
{% endif %}
</dd>
<dt>Color</dt>
<dd>
{% 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 %}
</dd>
</dl>
</div>
<div class="col">
@ -95,14 +107,6 @@
</dd>
<dt>Bitterness Ratio</dt>
<dd>{{ recipe|recipe_ibu_ratio }} IBU/OG</dd>
<dt>Color</dt>
<dd>
{% 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 %}
</dd>
</dl>
</div>
</div>