Major update of Selectricity to work with Rails 2.2.2 from 1.2!
[selectricity-live] / app / views / quickvote / _results_sidebar.rhtml
1 <!-- common data to all sidebars -->
2 <%= render :partial => 'common/results_sidebar' %>
3
4 <h2>Voter Report</h2>
5
6 <p><%= link_to "[Map/List of Voters]", :controller => "quickvote",
7        :action => "list_voters", :id => @election.id %></p>
8

Benjamin Mako Hill || Want to submit a patch?