Skip to content

Commit 17e460e

Browse files
Improve completion bar title
Rather than "percentage points" use the symbol "%" and clarify "month".
1 parent fb991e6 commit 17e460e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.html.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<td data-label="completion">
3838
<div class="progress-bar"
3939
style="width: {{ project.completion }}%;{% if project.change %}background: linear-gradient(to left, lightgreen {{ project.change * 100 / project.completion }}%, #4caf50 {{ project.change * 100 / project.completion }}%);{% else %}background-color: #4caf50;{% endif %}"
40-
title="{{ '{:.2f}'.format(project.completion) }}%, {{ '{:.2f}'.format(project.change) }} percentage points last month"
40+
title="{{ '{:.2f}'.format(project.completion) }}%, {{ '{:.2f}'.format(project.change) }}% in the last 30 days"
4141
>
4242
{{ "{:.2f}".format(project.completion) }}%
4343
</div>

0 commit comments

Comments
 (0)