<p>This election was run using:
<strong><%= ELECTION_TYPES[@election.election_method] %></strong></p>
-<p>View results with other methods:<br />
+<p>View results using other methods:<br />
<% type_hash = {}; ELECTION_TYPES.each {|k,v| type_hash[v] = k} %>
<%= select_tag 'election_type_select', options_for_select(type_hash, @election.election_method) %></p>
<p><strong>Number of voters:</strong></p>
<blockquote>
- <%= @election.voters.reject {|v| not v.voted? }.length %> (see below for details)
+ <%= @election.voters.reject {|v| not v.voted? }.length %>
</blockquote>
<%= render :partial => 'result_box',