Made the results page 'modular,' and all the necessary adaptations.
[selectricity] / app / views / quickvote / _result_ssd.rhtml
1 <div class="mainresultbox">
2 <h3>Schulze Method Results</h3>
3
4 <div class="rbmoreinfo">
5 <h4>About the Schulze Method</h4>
6
7 <p>The <%= link_to "Schulze method",
8 "http://en.wikipedia.org/wiki/Schulze_method" %> is a preferential
9 voting system. It is based on the Condorcet method but includes a set of
10 methods for resolving "circular" defeats.</p>
11
12 <p>The Schulze method is also known as Schwartz Sequential Dropping
13 (SSD), Cloneproof Schwartz Sequential Dropping (CSSD), Beatpath Method,
14 Beatpath Winner, Path Voting, and Path Winner.</p>
15 </div>
16
17 </div>

Benjamin Mako Hill || Want to submit a patch?