mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Extra spaces for clarity [skip ci]
This commit is contained in:
parent
04f5214bb7
commit
560c10898f
@ -4,11 +4,13 @@
|
|||||||
<h3 class="box-title">{{ 'tags'|_ }}</h3>
|
<h3 class="box-title">{{ 'tags'|_ }}</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="box-body">
|
<div class="box-body">
|
||||||
|
|
||||||
{% if tag|length == 1 %}
|
{% if tag|length == 1 %}
|
||||||
{% set multiplier = 12 %}
|
{% set multiplier = 12 %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% set multiplier = 30 %}
|
{% set multiplier = 30 %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% for tag in tags %}
|
{% for tag in tags %}
|
||||||
<span title="{{ tag.amount|formatAmountPlain }}"
|
<span title="{{ tag.amount|formatAmountPlain }}"
|
||||||
style="font-size: {{ tag.fontsize * multiplier }}px"
|
style="font-size: {{ tag.fontsize * multiplier }}px"
|
||||||
|
Loading…
Reference in New Issue
Block a user