Skip to content

Commit 71ba255

Browse files
committed
Re-style artifact selection
1 parent b49f722 commit 71ba255

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templates/artifact_list.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ <h3><%= HTML.escape(title[1]) %></h3>
66
<p style="color: maroon"><%= HTML.escape(message.not_nil!) %></p>
77
<% end %>
88
<p>Choose one of the artifacts:</p>
9-
<ul>
9+
<table>
1010
<% links.each do |link| %>
11-
<li><b><a href="<%= HTML.escape(link.url) %>"><%= HTML.escape(link.title) %></a></b>:
12-
<a href="<%= HTML.escape(link.url) %>.zip"><%= HTML.escape(link.url) %>.zip</a>
11+
<tr><th><a href="<%= HTML.escape(link.url) %>"><%= HTML.escape(link.title) %></a></th>
12+
<td><a href="<%= HTML.escape(link.url) %>.zip"><%= HTML.escape(link.url) %>.zip</a></td></tr>
1313
<% end %>
14-
</ul>
14+
</table>

0 commit comments

Comments
 (0)