Merge head
[selectricity-live] / app / views / quickvote / _results_sidebar.rhtml
index d71d01f15e594f09c7907aaa5cac68c672d12798..f346b2ef280e324cb57b3731c9e1f054cb4b2906 100644 (file)
@@ -34,4 +34,11 @@ Event.observe(method_select, 'change', show_results_for);
 
 <h2>Statistics</h2>
 <%= image_tag( graph_url( :action => 'votes_per_interval', :id => @election ))%>
+<br />
+<br />
+
+<h2>Voter Report</h2>
+
+<p><%= link_to "[View All Voters: Map and Other Info]", :controller => "quickvote",
+       :action => "list_voters", :id => @election.id %></p>
 

Benjamin Mako Hill || Want to submit a patch?