X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/d2eb87b3ce3d10f0e8d490d5e248c657125a68a8..20cae2b9f1107273ddf18cd9d5f78d873ec9afd2:/app/views/quickvote/_results_sidebar.rhtml diff --git a/app/views/quickvote/_results_sidebar.rhtml b/app/views/quickvote/_results_sidebar.rhtml index 30047a4..31974a2 100644 --- a/app/views/quickvote/_results_sidebar.rhtml +++ b/app/views/quickvote/_results_sidebar.rhtml @@ -1,40 +1,5 @@ -
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) %>