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 4a58af5 commit f4275cbCopy full SHA for f4275cb
metadata.html.jinja
@@ -17,7 +17,7 @@
17
<th>branch</th>
18
<th>build warnings*</th>
19
<th>lint failures</th>
20
- <th>change this month</th>
+ <th>30 days change</th>
21
</tr>
22
</thead>
23
<tbody>
@@ -32,7 +32,7 @@
32
{% if project.completion %}<a href="warnings-lint-{{ project.language.code }}.txt">{{ metadata[1] }}</a>{% else %}{{ metadata[1] }}{% endif %}
33
</td>
34
<td data-label="change">
35
- {{ "{:.2f}".format(project.change) }}%
+ +{{ "{:.2f}".format(project.change) }}%
36
37
38
{% endfor %}
0 commit comments