Skip to content

Commit 624e06d

Browse files
committed
Update page
1 parent 9bf9ab8 commit 624e06d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ are successfully building for Android using the
3434
<th>Stars</th>
3535
</tr>
3636
{% for value in items %}
37-
<tr style="background-color: {% if value.status == 'success' %}#e6ffe6{% else %}#ffe6e6{% endif %};">
37+
<tr style="background-color: {{ item.status == 'success' ? '#d4edda' : '#f8d7da' }};">
3838
<tr>
3939
<td><a href="{{ value.repo }}">{{ value.repo }}</a></td>
4040
<td><a href="https://github.com/swift-everywhere/swift-package-builds/actions/runs/{{ value.runid }}>">{{ value.status }}</a></td>

0 commit comments

Comments
 (0)