]> projects.mako.cc - selectricity-live/blobdiff - app/views/quickvote/_results_sidebar.rhtml
Adjust wording on map/list of voters to make it fit
[selectricity-live] / app / views / quickvote / _results_sidebar.rhtml
index 37776b802f0cdbff66f125921248b3b3f4bb3a87..773db655df2f999daf7f4f2c388c8a656233f002 100644 (file)
@@ -4,7 +4,7 @@
 <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>
 
@@ -39,6 +39,6 @@ Event.observe(method_select, 'change', show_results_for);
 
 <h2>Voter Report</h2>
 
-<p><%= link_to "[View All Voters: Map and Other Info]", :controller => "quickvote",
+<p><%= link_to "[Map/List of Voters]", :controller => "quickvote",
        :action => "list_voters", :id => @election.id %></p>
 

Benjamin Mako Hill || Want to submit a patch?