2 <% if result.winner? and result.winners.length == 1%>
4 <strong><%=h @candidates[result.winner].name.capitalize %></strong></em></p>
5 <% elsif result.winner? and result.winners.length > 1 %>
6 <p><em>There was a tie. The winners are: <strong><%=h( result.winners.collect {|w| @candidates[w].to_s.capitalize}.join(", ") )%></strong></em></p>
8 <p><em>There is no winner using this method. </em></strong></p>