Skip to content

Commit aaf6c36

Browse files
committed
Remove change column, it's presented in the main view
1 parent 46b3f73 commit aaf6c36

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

metadata.html.jinja

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<th>branch</th>
1818
<th>build warnings*</th>
1919
<th>lint failures</th>
20-
<th>30 days change</th>
2120
</tr>
2221
</thead>
2322
<tbody>
@@ -31,9 +30,6 @@
3130
<td data-label="lint">
3231
{% if project.completion %}<a href="warnings-lint-{{ project.language.code }}.txt">{{ metadata[1] }}</a>{% else %}{{ metadata[1] }}{% endif %}
3332
</td>
34-
<td data-label="change">
35-
+{{ "{:.2f}".format(project.change) }}%
36-
</td>
3733
</tr>
3834
{% endfor %}
3935
</tbody>

0 commit comments

Comments
 (0)