Skip to content

Commit c6ca964

Browse files
committed
Present links in a table
1 parent 487543a commit c6ca964

File tree

1 file changed

+23
-20
lines changed

1 file changed

+23
-20
lines changed

templates/devel-builds.html

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -81,28 +81,31 @@
8181
<h1 class="post-title">{{ page.title }}</h1>
8282

8383
<p>
84-
<em>Development build artefacts are hosted on GitHub; you need to be logged in to download them.</em>
84+
<em>Development build artifacts are hosted on GitHub; you need to be logged in to download them.</em>
8585
</p>
8686

87-
<div>
88-
<a id="linux-build-link">Linux</a>
89-
<span id="linux-build-version">-</span>
90-
<span id="linux-build-date">-</span>
91-
</div>
92-
93-
<div>
94-
<a id="windows-build-link">Windows</a>
95-
<span id="windows-build-version">-</span>
96-
<span id="windows-build-date">-</span>
97-
</div>
98-
99-
<div>
100-
<a id="macos-build-link">macOS</a>
101-
<span id="macos-build-version">-</span>
102-
<span id="macos-build-date">-</span>
103-
</div>
104-
105-
</p>
87+
<table>
88+
<tr>
89+
<th>Download link</th>
90+
<th>Build version</th>
91+
<th>Date</th>
92+
</tr>
93+
<tr>
94+
<td><a id="linux-build-link">Linux</a></td>
95+
<td id="linux-build-version">-</td>
96+
<td id="linux-build-date">-</td>
97+
</tr>
98+
<tr>
99+
<td><a id="windows-build-link">Windows</a></td>
100+
<td id="windows-build-version">-</td>
101+
<td id="windows-build-date">-</td>
102+
</tr>
103+
<tr>
104+
<td><a id="macos-build-link">macOS</a></td>
105+
<td id="macos-build-version">-</td>
106+
<td id="macos-build-date">-</td>
107+
</tr>
108+
</table>
106109

107110
{{ page.content | safe }}
108111
</div>

0 commit comments

Comments
 (0)