X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/07c4c28f94d7628c0d5c48db810956f680c5f48e..d2eb87b3ce3d10f0e8d490d5e248c657125a68a8:/app/views/quickvote/results.rhtml diff --git a/app/views/quickvote/results.rhtml b/app/views/quickvote/results.rhtml index 3ba74f5..5fd5f9e 100644 --- a/app/views/quickvote/results.rhtml +++ b/app/views/quickvote/results.rhtml @@ -5,6 +5,10 @@ Results +
+<%= render :partial => 'result', :object => @results[@election.election_method] %> +
+ <% if @election.shortdesc %>

Vote Description:

<%=h @election.shortdesc %> @@ -25,7 +29,7 @@

Number of voters:

- <%= @election.voters.reject {|v| not v.voted? }.length %> (see below for details) + <%= @election.voters.reject {|v| not v.voted? }.length %>
<%= render :partial => 'result_box',