X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/37ccb3a5511504b6b58c3fe70135e016d0a61bfd..ad088c1324d08a65f6f5336bedf7a88a8a8950e7:/app/views/quickvote/_results_sidebar.rhtml diff --git a/app/views/quickvote/_results_sidebar.rhtml b/app/views/quickvote/_results_sidebar.rhtml index f346b2e..31974a2 100644 --- a/app/views/quickvote/_results_sidebar.rhtml +++ b/app/views/quickvote/_results_sidebar.rhtml @@ -1,44 +1,8 @@ -

Winner

-<%= render :partial => 'result', :object => @results[@election.election_method] %> - -

This election was run using: -<%= ELECTION_TYPES[@election.election_method] %>

- -

View results using other methods:
-<% type_hash = {}; ELECTION_TYPES.each {|k,v| type_hash[v] = k} %> -<%= select_tag 'election_type_select', options_for_select(type_hash, @election.election_method) %>

- - - -

Statistics

-<%= image_tag( graph_url( :action => 'votes_per_interval', :id => @election ))%> -
-
+ +<%= render :partial => 'common/results_sidebar' %>

Voter Report

-

<%= link_to "[View All Voters: Map and Other Info]", :controller => "quickvote", +

<%= link_to "[Map/List of Voters]", :controller => "quickvote", :action => "list_voters", :id => @election.id %>