X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/538c52ea43285fc1ae40e3c3ff5ee78befa1c142..da6c29f53b3598a6d2d9959df277b0340bc54cee:/app/views/quickvote/_results_sidebar.rhtml diff --git a/app/views/quickvote/_results_sidebar.rhtml b/app/views/quickvote/_results_sidebar.rhtml index 30047a4..13e0dd0 100644 --- a/app/views/quickvote/_results_sidebar.rhtml +++ b/app/views/quickvote/_results_sidebar.rhtml @@ -1,40 +1,5 @@ -

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