Skip to content

Commit 2323aa2

Browse files
committed
reformat
1 parent 8cc4dd9 commit 2323aa2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

template.html.jinja

+3-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@
4040
>
4141
{{ '{:.2f}%'.format(project.completion) }} {% if project.change > 0 %}({{ '{:+.2f%}'.format(project.change) }}){% endif %}
4242
</div>
43-
<div class="progress-bar-outer-label">{{ '{:.2f%}'.format(project.completion) }} {% if project.change > 0 %}({{ '{:+.2f%}'.format(project.change) }}){% endif %}</div>
43+
<div class="progress-bar-outer-label">
44+
{{ '{:.2f%}'.format(project.completion) }} {% if project.change > 0 %}({{ '{:+.2f%}'.format(project.change) }}){% endif %}
45+
</div>
4446
</td>
4547
</tr>
4648
{% endfor %}

0 commit comments

Comments
 (0)