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 9bf9ab8 commit 624e06dCopy full SHA for 624e06d
index.md
@@ -34,7 +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: {% if value.status == 'success' %}#e6ffe6{% else %}#ffe6e6{% endif %};">
+<tr style="background-color: {{ item.status == 'success' ? '#d4edda' : '#f8d7da' }};">
38
<tr>
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>
0 commit comments