Allow closing accounts

Closes #37
This commit is contained in:
ricola 2026-04-20 14:17:52 -06:00
parent 1acc369774
commit 29bd105072
10 changed files with 115 additions and 15 deletions

View file

@ -175,7 +175,7 @@
<% end %>
</tr>
</thead>
<% all_users_sorted.each do |user| %>
<% users_for_vote(@vote).each do |user| %>
<tr>
<td><%= user.email %></td>
<% @vote.candidates.each do |candidate| %>