1
0
Fork 0
mirror of https://github.com/shouptech/humulus.git synced 2026-02-03 17:19:42 +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 }} {{ recipe|recipe_fg }}
{% endif %} {% endif %}
</dd> </dd>
</dl>
</div>
<div class="col">
<dl>
<dt>Alcohol</dt> <dt>Alcohol</dt>
<dd> <dd>
{% if style %} {% if style %}
@ -81,6 +85,14 @@
{{ recipe|recipe_abv }} %/vol. {{ recipe|recipe_abv }} %/vol.
{% endif %} {% endif %}
</dd> </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> </dl>
</div> </div>
<div class="col"> <div class="col">
@ -95,14 +107,6 @@
</dd> </dd>
<dt>Bitterness Ratio</dt> <dt>Bitterness Ratio</dt>
<dd>{{ recipe|recipe_ibu_ratio }} IBU/OG</dd> <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> </dl>
</div> </div>
</div> </div>