fixed up the results page in a number of ways
[selectricity] / app / views / quickvote / results.rhtml
index 4c91538992c3aa50850e009e28ccd8ac2d4c2d32..5fd5f9e4bc0d15cf5cd8defe0a71a97be85a167b 100644 (file)
@@ -5,6 +5,10 @@
   <span class="subheader">Results</span>
 </div>
 
+<div id="winner_box">
+<%= render :partial => 'result', :object => @results[@election.election_method] %>
+</div>
+
 <% if @election.shortdesc %>
   <p><strong>Vote Description:</strong></p>
   <blockquote><em><%=h @election.shortdesc %></em>

Benjamin Mako Hill || Want to submit a patch?