We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a145a commit 30687f6Copy full SHA for 30687f6
template.html.jinja
@@ -47,8 +47,8 @@
47
{% if translators_link %}</a>{% endif %}
48
</td>
49
<td data-label="completion">
50
- <div class="progress-bar" style="width: {{ completion | round(2) }}%;">{% if completion >= 0.05 %}{{ completion | round(2) }}{% endif %}%</div>
51
- {% if completion < 0.05 %}<div class="progress-bar appendix">{{ completion | round(2) }}</div>{% endif %}
+ <div class="progress-bar" style="width: {{ completion | round(2) }}%;">{% if completion >= 0.05 %}{{ completion | round(2) }}%{% endif %}</div>
+ {% if completion < 0.05 %}<div class="progress-bar appendix">{{ completion | round(2) }}%</div>{% endif %}
52
53
</tr>
54
{% endfor %}
0 commit comments