Made the results page 'modular,' and all the necessary adaptations.
[selectricity] / app / views / quickvote / _result_borda.rhtml
1 <div class="resultbox">
2 <h3>Borda Count Results</h3>
3
4 <div class="rbmoreinfo">
5 <h4>About Borda Count</h4>
6
7 <p><%= link_to "Borda count",
8 "http://en.wikipedia.org/wiki/Borda_count" %> 
9 is an election method in which voters rank
10 candidates in order of preference. The Borda count determines the winner
11 of an election by giving each candidate a certain number of points
12 corresponding to the position in which he or she is ranked by each
13 voter. Once all votes have been counted the candidate with the most
14 points is the winner.</p>
15 </div>
16 </div>

Benjamin Mako Hill || Want to submit a patch?