This election was run using: <%= ELECTION_TYPES[@election.election_method] %>
View results with 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) %>
<%= link_to "[View All Voters: Map and Other Info]", :controller => "quickvote", :action => "list_voters", :id => @election.id %>