X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/07c4c28f94d7628c0d5c48db810956f680c5f48e..d66a99486376939d64f8a5d9032dcc516f7b1195:/app/views/quickvote/_results_sidebar.rhtml?ds=sidebyside diff --git a/app/views/quickvote/_results_sidebar.rhtml b/app/views/quickvote/_results_sidebar.rhtml index 37776b8..773db65 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) %>
<%= link_to "[View All Voters: Map and Other Info]", :controller => "quickvote", +
<%= link_to "[Map/List of Voters]", :controller => "quickvote", :action => "list_voters", :id => @election.id %>