X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/108e84df50f2395c475886a83da9f1799b4b29cc..94f498a0718776efa90193c918c6dd22f51329ac:/app/controllers/quickvote_controller.rb diff --git a/app/controllers/quickvote_controller.rb b/app/controllers/quickvote_controller.rb index ea7711f..1e5b142 100644 --- a/app/controllers/quickvote_controller.rb +++ b/app/controllers/quickvote_controller.rb @@ -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