1 <h3>Plurality Results</h3>
3 <%= render :partial => 'result', :object => @election.plurality_result %>
5 <div class="rbmoreinfo">
6 <h4>About Plurality Voting</h4>
8 <p><%= link_to "Plurality voting",
9 "http://en.wikipedia.org/wiki/Plurality_electoral_system" %> selects the
10 winner who has received the most "number one" votes, regardless of
11 whether or not he or she has a majority of votes.</p>
13 <p>Plurality voting is also variously referred to as, "first past the
14 post," "winner-take-all," "majoritarian" or "simple majority"
18 <%= image_tag(graph_url( :action => 'plurality_pie', :id => @election ) )%>