merged in from code from the other master
[selectricity-live] / app / views / election / _full_results_sidebar.rhtml
1 <!-- common data to all sidebars -->
2 <%= render :partial => 'common/results_sidebar' %>
3
4 <h2>Details</h2>
5
6 <p><%= link_to "Auditing Information", { :action => 'details', :id => @election.id }, :popup => [] %></p>

Benjamin Mako Hill || Want to submit a patch?