Made the results page 'modular,' and all the necessary adaptations.
[selectricity-live] / app / views / quickvote / _result_condorcet.rhtml
1 <div class="resultbox">
2 <h3>Simple Condorcet Results</h3>
3
4 <div class="rbmoreinfo">
5 <h4>About Simple Cordorcet Voting</h4>
6
7 <p><%= link_to "Condorcet",
8 "http://en.wikipedia.org/wiki/Condorcet_method" %> allows voters to rank
9 candidates in order of preference.  If there is a choice whom voters
10 prefer to each other choice when compared to one at a time, that choice
11 will be the winner.</p>
12
13 <p>There is a family of Condorcet methods. This method is referred to as
14 "Simple Condorcet" to distinguish it from the Schulze method which is
15 another Condorcet system.</p>
16
17 </div>
18 </div>

Benjamin Mako Hill || Want to submit a patch?