From 4b9ff92166d374ee89304aadc69e375f23283796 Mon Sep 17 00:00:00 2001 From: John Dong Date: Fri, 31 Aug 2007 15:26:53 -0400 Subject: [PATCH] Adjust wording on map/list of voters to make it fit --- app/views/quickvote/_results_sidebar.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/quickvote/_results_sidebar.rhtml b/app/views/quickvote/_results_sidebar.rhtml index f346b2e..773db65 100644 --- a/app/views/quickvote/_results_sidebar.rhtml +++ b/app/views/quickvote/_results_sidebar.rhtml @@ -39,6 +39,6 @@ Event.observe(method_select, 'change', show_results_for);

Voter Report

-

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

-- 2.30.2