Skip to content

Commit f4275cb

Browse files
StanFromIrelandm-aciek
authored andcommitted
Minor improvement
1 parent 4a58af5 commit f4275cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

metadata.html.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<th>branch</th>
1818
<th>build warnings*</th>
1919
<th>lint failures</th>
20-
<th>change this month</th>
20+
<th>30 days change</th>
2121
</tr>
2222
</thead>
2323
<tbody>
@@ -32,7 +32,7 @@
3232
{% if project.completion %}<a href="warnings-lint-{{ project.language.code }}.txt">{{ metadata[1] }}</a>{% else %}{{ metadata[1] }}{% endif %}
3333
</td>
3434
<td data-label="change">
35-
{{ "{:.2f}".format(project.change) }}%
35+
+{{ "{:.2f}".format(project.change) }}%
3636
</td>
3737
</tr>
3838
{% endfor %}

0 commit comments

Comments
 (0)