This commit is contained in:
James Cole
2017-11-04 06:23:52 +01:00
parent ac801c8b86
commit b4dc70244a

View File

@@ -8,8 +8,9 @@
<strong>{{ entry.name }}</strong><br /> <strong>{{ entry.name }}</strong><br />
<div class="progress"> <div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="{{ entry.percentage }}" aria-valuemin="0" aria-valuemax="100" style="width: {{ entry.percentage }}%;"> <div class="progress-bar" role="progressbar" aria-valuenow="{{ entry.percentage }}" aria-valuemin="0" aria-valuemax="100" style="width: {{ entry.percentage }}%;">
{{ entry.amount|formatAmountPlain }} {% if entry.percentage >=20 %}{{ entry.amount|formatAmountPlain }}{% endif %}
</div> </div>
{% if entry.percentage < 20 %}&nbsp;{{ entry.amount|formatAmountPlain }}{% endif %}
</div> </div>
{% endfor %} {% endfor %}
</div> </div>