added support for results for full elections
[selectricity-live] / app / views / quickvote / _results_sidebar.rhtml
index 704c052cba543a42b253dfc59f230e37265857ef..13e0dd057075605435bee8997f9c0db1062862e0 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?