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 433df73 commit 14fd38fCopy full SHA for 14fd38f
index.md
@@ -34,8 +34,7 @@ are successfully building for Android using the
34
<th>Stars</th>
35
</tr>
36
{% for value in items %}
37
-<tr style="background-color: #d4edda;">
38
-<tr>
+<tr style="background-color: {% if value.status == 'success' %}#e6ffe6{% else %}#ffe6e6{% endif %};">
39
<td><a href="{{ value.repo }}">{{ value.repo }}</a></td>
40
<td><a href="https://github.com/swift-everywhere/swift-package-builds/actions/runs/{{ value.runid }}>">{{ value.status }}</a></td>
41
<td>{{ value.stars }}</td>
0 commit comments