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