X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/bf220bde847fd30e9bf0d00dd7c9aff31265c810..538c52ea43285fc1ae40e3c3ff5ee78befa1c142:/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 %>
-
-