refactored the results page
[selectricity-live] / app / views / quickvote / _methodinfo_plurality.rhtml
1 <div class="rbmoreinfo">
2 <h4>About Plurality Voting</h4>
3
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>
8
9 <p>Plurality voting is also variously referred to as, "first past the
10 post," "winner-take-all," "majoritarian" or "simple majority"
11 voting.</p>
12
13 </div>
14
15 <%= image_tag(graph_url( :action => 'plurality_pie', :id => @election ) )%>

Benjamin Mako Hill || Want to submit a patch?