-<div class="resultbox">
-<h2>Instant Runoff (IRV) Results</h2>
-<%= render :partial => 'result', :object => @runoff_result %>
-</div>
+<%= render :partial => 'result_box',
+ :locals => { :method => @election.election_method } %>
+
+<% for result_type in @election.other_methods %>
+
+<%= render :partial => 'result_box',
+ :locals => { :method => result_type } %>
+
+<% end %>
+
+
+<div class="clear-div"></div>
+
+<div class="normal-header">
+ <span class="header">Voter Report</span>
+ <span class="subheader"></span>