Allow custimizable graph sizes, to fit with newly modular results page. Also,
[selectricity] / app / views / quickvote / _result_condorcet.rhtml
index 4279bbd1b2dfa0e004656e7cb772ba4344d72101..77ce6585f8bc88b7133d0d7ce150f263f836178f 100644 (file)
@@ -1,6 +1,7 @@
-<div class="resultbox">
 <h3>Simple Condorcet Results</h3>
 
+<%= render :partial => 'result', :object => @election.condorcet_result %>
+
 <div class="rbmoreinfo">
 <h4>About Simple Cordorcet Voting</h4>
 
@@ -15,4 +16,3 @@ will be the winner.</p>
 another Condorcet system.</p>
 
 </div>
-</div>
\ No newline at end of file

Benjamin Mako Hill || Want to submit a patch?