mirror of
https://github.com/shouptech/humulus.git
synced 2026-02-03 14:59:43 +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 }}
|
||||
{% 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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue