<% %> <% if @winners.length > 1 %>

There were multiple winners for the election. The winners (tied) were:

<% else %> <% winner = @winners[0] %>

The winner of the election was: <%=h @candidates_by_id[winner].name %>

<% end %>