Format headings as th
This commit is contained in:
parent
058b512b7d
commit
069d565ba9
1 changed files with 5 additions and 5 deletions
|
|
@ -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| %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue