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

Benjamin Mako Hill || Want to submit a patch?