Major update of Selectricity to work with Rails 2.2.2 from 1.2!
[selectricity] / app / views / voter / _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 => @password }, :popup => [] %></p>
7

Benjamin Mako Hill || Want to submit a patch?