X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/9cb3f02c2333ed806c8614a3f4509bd1cf346ddb..31b488895f365c4bd3b0d295cea4a096e1846b23:/app/views/quickvote/results.rhtml?ds=inline 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 %>
-
-