Refined the CSS and fixed some of the more recent issues.
[selectricity-live] / app / controllers / quickvote_controller.rb
index ea7711fa2fc5981b74da5f7e66e450838ee4df78..1e5b14226b0049a83c3bab7477a75de2ee57bbd5 100644 (file)
@@ -212,6 +212,7 @@ class QuickvoteController < ApplicationController
     @results = @election.results
     @candidates = {}
     @election.candidates.each {|c| @candidates[c.id] = c}
+    @sidebar_content = render_to_string :partial => 'results_sidebar'
   end
   
   def my_quickvotes

Benjamin Mako Hill || Want to submit a patch?