X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/9cb3f02c2333ed806c8614a3f4509bd1cf346ddb..96f76b16213a465772c8d8b50d08d6b4796b730b:/app/views/quickvote/results.rhtml diff --git a/app/views/quickvote/results.rhtml b/app/views/quickvote/results.rhtml index 52810fe..4c91538 100644 --- a/app/views/quickvote/results.rhtml +++ b/app/views/quickvote/results.rhtml @@ -25,7 +25,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 +41,6 @@
-
- Voter Report - -
- -

<%= link_to "[View All Voters]", :controller => "quickvote", :action => "list_voters", :id => @election.id %>

-
-