Skip to content

Commit 2c92be3

Browse files
committed
Update page
1 parent 940de34 commit 2c92be3

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

index.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,25 @@ title: Swift Everywhere: Android Build Status
1010
List of Android builds
1111
<p>
1212

13-
<dl>
13+
<table>
14+
<tr>
15+
<th>Name</th>
16+
<th>Status</th>
17+
<th>Stars</th>
18+
</tr>
1419
{% for object in items %}
15-
{% assign value = object %}
16-
<dt>Object names: {{ value }}</dt>
17-
<dd>repo: {{ value.repo }}</dd>
18-
<dd>created: {{ value.created }}</dd>
19-
<dd>modified: {{ value.modified }}</dd>
20-
<dd>stars: {{ value.stars }}</dd>
21-
<dd>status: {{ value.status }}</dd>
20+
<tr>
21+
{% assign value = object %}
22+
<td><a href="{{ value.repo }}">{{ value.repo }}</a></td>
23+
<td>{{ value.status }}</td>
24+
<td>{{ value.stars }}</td>
25+
<!--
26+
<td>{{ value.created }}</td>
27+
<td>{{ value.modified }}</td>
28+
-->
29+
</tr>
2230
{% endfor %}
31+
</table>
32+
2333

2434

0 commit comments

Comments
 (0)