X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/9cb3f02c2333ed806c8614a3f4509bd1cf346ddb..45532efec547148def34ac29a1ea1c9652420d37:/app/views/quickvote/results.rhtml diff --git a/app/views/quickvote/results.rhtml b/app/views/quickvote/results.rhtml index 52810fe..5fd5f9e 100644 --- a/app/views/quickvote/results.rhtml +++ b/app/views/quickvote/results.rhtml @@ -5,6 +5,10 @@ Results +
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', @@ -41,14 +45,6 @@ -- Voter Report - -- -<%= link_to "[View All Voters]", :controller => "quickvote", :action => "list_voters", :id => @election.id %>
-
-