3 <% if @winners.length > 1 %>
4 <p>There were multiple winners for the election. The winners (tied)
8 <% for candidate in @winners %>
9 <li><%=h @candidates_by_id[candidate].name %></li>
15 <% winner = @winners[0] %>
16 <p>The winner of the election was:
17 <strong><%=h @candidates_by_id[winner].name %></strong>