Allow custimizable graph sizes, to fit with newly modular results page. Also,
[selectricity] / app / views / quickvote / _result_ssd.rhtml
index 436dd6701f3163229d53c070ef09128c731b1be4..e1811840828a9c52e19a629b45b92bc872ca5717 100644 (file)
@@ -1,6 +1,7 @@
-<div class="mainresultbox">
 <h3>Schulze Method Results</h3>
 
+<%= render :partial => 'result', :object => @election.ssd_result %>
+
 <div class="rbmoreinfo">
 <h4>About the Schulze Method</h4>
 
@@ -14,4 +15,5 @@ methods for resolving "circular" defeats.</p>
 Beatpath Winner, Path Voting, and Path Winner.</p>
 </div>
 
-</div>
+<%= render :partial => 'pref_tables' %>
+

Benjamin Mako Hill || Want to submit a patch?