We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d95f0b commit caef691Copy full SHA for caef691
template.html.jinja
@@ -50,7 +50,7 @@
50
{% if project.translators.link %}</a>{% endif %}
51
</td>
52
<td data-label="warnings">
53
- {% if completion %}<a href="warnings-{{ project.language.code }}.txt">{{ project.warnings }}</a>{% else %}{{ project.warnings }}{% endif %}
+ {% if project.completion %}<a href="warnings-{{ project.language.code }}.txt">{{ project.warnings }}</a>{% else %}{{ project.warnings }}{% endif %}
54
55
<td data-label="completion">
56
<div class="progress-bar" style="width: {{ project.completion }}%;">{{ "{:.2f}".format(project.completion) }}%</div>
0 commit comments