Skip to content

Commit 13cf817

Browse files
committed
add missing lint table header
1 parent 3e3087a commit 13cf817

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

metadata.html.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<th>language</th>
1515
<th>branch</th>
1616
<th>build warnings*</th>
17+
<th>lint failures</th>
1718
</tr>
1819
</thead>
1920
<tbody>

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ th {
3838
.progress-bar.low + .progress-bar-outer-label {
3939
display: inline-block;
4040
}
41-
td[data-label="visitors"], td[data-label="translators"], td[data-label="warnings"] {
41+
td[data-label="visitors"], td[data-label="translators"], td[data-label="warnings"], td[data-label="branch"], td[data-label="lint"] {
4242
text-align: right;
4343
}
4444
td[data-label="completion"] {

0 commit comments

Comments
 (0)