]> projects.mako.cc - selectricity/blob - app/views/quickvote/_result_borda.rhtml
Omit numbering on ol to suppress IE6 dragdrop list numbering bug
[selectricity] / app / views / quickvote / _result_borda.rhtml
1 <h3>Borda Count Results</h3>
2
3 <%= render :partial => 'result', :object => @election.borda_result %>
4
5 <div class="rbmoreinfo">
6 <h4>About Borda Count</h4>
7
8 <p><%= link_to "Borda count",
9 "http://en.wikipedia.org/wiki/Borda_count" %> 
10 is an election method in which voters rank
11 candidates in order of preference. The Borda count determines the winner
12 of an election by giving each candidate a certain number of points
13 corresponding to the position in which he or she is ranked by each
14 voter. Once all votes have been counted the candidate with the most
15 points is the winner.</p>
16 </div>
17 <%= image_tag( graph_url( :action => 'borda_bar', :id => @election ) ) %>

Benjamin Mako Hill || Want to submit a patch?