X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/9cb3f02c2333ed806c8614a3f4509bd1cf346ddb..5fd5cba6038d0ed97adb735cd24cc70c26335a3e:/app/views/quickvote/results.rhtml?ds=sidebyside diff --git a/app/views/quickvote/results.rhtml b/app/views/quickvote/results.rhtml index 52810fe..78e74e8 100644 --- a/app/views/quickvote/results.rhtml +++ b/app/views/quickvote/results.rhtml @@ -5,6 +5,10 @@ Results +
Vote Description:
<%=h @election.shortdesc %> @@ -19,21 +23,21 @@<% for candidate in @election.candidates.sort %> -
- <%=h candidate.name.capitalize %>
+- <%= white_list(candidate.name.capitalize) %>
<% end %>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', +<%= render :partial => 'common/result_box', :locals => { :method => @election.election_method } %> <% for result_type in @election.other_methods %> -<%= render :partial => 'result_box', +<%= render :partial => 'common/result_box', :locals => { :method => result_type } %> <% end %> @@ -41,14 +45,6 @@ -- Voter Report - -- -<%= link_to "[View All Voters]", :controller => "quickvote", :action => "list_voters", :id => @election.id %>
-
-