Adjust wording on map/list of voters to make it fit
authorJohn Dong <jdong@mit.edu>
Fri, 31 Aug 2007 19:26:53 +0000 (15:26 -0400)
committerJohn Dong <jdong@mit.edu>
Fri, 31 Aug 2007 19:26:53 +0000 (15:26 -0400)
app/views/quickvote/_results_sidebar.rhtml

index f346b2ef280e324cb57b3731c9e1f054cb4b2906..773db655df2f999daf7f4f2c388c8a656233f002 100644 (file)
@@ -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?