Commit bb56e3ee authored by Michal Čihař's avatar Michal Čihař

Good ones can be missing as well

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 5ae15b64
......@@ -6,7 +6,9 @@
<div class="col-xs-10">
{% endif %}
<div class="progress">
{% if good %}
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="{{ good }}" aria-valuemin="0" aria-valuemax="100" style="width: {{ good }}%;" title="{% trans "Translated strings" %}"></div>
{% endif %}
{% if checks %}
<div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="{{ checks }}" aria-valuemin="0" aria-valuemax="100" style="width: {{ checks }}%;" title="{% trans "Fuzzy strings" %}"></div>
{% endif %}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment