Format headings as th

This commit is contained in:
ricola 2025-04-06 17:04:31 -06:00
parent 058b512b7d
commit 069d565ba9

View file

@ -28,11 +28,11 @@
<table>
<tr>
<td><%= _("Rank") %></td>
<td><%= _("Candidate") %></td>
<td><%= _("Majority Judgment") %></td>
<td><%= _("Proponents") %></td>
<td><%= _("Opponents") %></td>
<th><%= _("Rank") %></th>
<th><%= _("Candidate") %></th>
<th><%= _("Majority Judgment") %></th>
<th><%= _("Proponents") %></th>
<th><%= _("Opponents") %></th>
</tr>
<% i = 0 %>
<% @vote.candidates.sort { |a, b| a.mj <=> b.mj }.reverse.each do |candidate| %>