X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/2ee3731fd7cc776524f44005a99035d01168e6c0..37ccb3a5511504b6b58c3fe70135e016d0a61bfd:/app/views/quickvote/_results_sidebar.rhtml diff --git a/app/views/quickvote/_results_sidebar.rhtml b/app/views/quickvote/_results_sidebar.rhtml index 37776b8..f346b2e 100644 --- a/app/views/quickvote/_results_sidebar.rhtml +++ b/app/views/quickvote/_results_sidebar.rhtml @@ -4,7 +4,7 @@

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

-

View results with other methods:
+

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) %>