Major update of Selectricity to work with Rails 2.2.2 from 1.2!
[selectricity-live] / app / views / quickvote / _results_sidebar.rhtml
index 704c052cba543a42b253dfc59f230e37265857ef..31974a2ed9cdb6530495ffe0b608aaa4a264e602 100644 (file)
@@ -1,2 +1,8 @@
-<%= image_tag( graph_url( :action => 'votes_per_interval', :id => @election ))%>
+<!-- common data to all sidebars -->
+<%= render :partial => 'common/results_sidebar' %>
+
+<h2>Voter Report</h2>
+
+<p><%= link_to "[Map/List of Voters]", :controller => "quickvote",
+       :action => "list_voters", :id => @election.id %></p>
 

Benjamin Mako Hill || Want to submit a patch?