mirror of
https://github.com/shouptech/humulus.git
synced 2026-02-03 16:09:44 +00:00
Re-arrange
This commit is contained in:
parent
c3bce202c1
commit
6307d159bf
1 changed files with 12 additions and 8 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue