Made the results page 'modular,' and all the necessary adaptations.
[selectricity] / app / views / quickvote / _result_plurality.rhtml
1 <div class="resultbox">
2 <h3>Plurality Results</h3>
3
4 <div class="rbmoreinfo">
5 <h4>About Plurality Voting</h4>
6
7 <p><%= link_to "Plurality voting",
8 "http://en.wikipedia.org/wiki/Plurality_electoral_system" %> selects the
9 winner who has received the most "number one" votes, regardless of
10 whether or not he or she has a majority of votes.</p>
11
12 <p>Plurality voting is also variously referred to as, "first past the
13 post," "winner-take-all," "majoritarian" or "simple majority"
14 voting.</p>
15
16 </div>
17 </div>

Benjamin Mako Hill || Want to submit a patch?