Major update of Selectricity to work with Rails 2.2.2 from 1.2!
[selectricity-live] / app / views / voter / _results_sidebar.rhtml
index 9814aed4c0f966922aac5025051a010c7e4b5b15..81cc9079e8b24e91a037ae3458deb0dbab1389f6 100644 (file)
@@ -1,7 +1,7 @@
 <!-- common data to all sidebars -->
-<%= render_partial 'common/results_sidebar' %>
+<%= render :partial => 'common/results_sidebar' %>
 
 <h2>Details</h2>
 
-<p><%= link_to "Auditing Information", { :action => 'details', :id => @voter.password }, :popup => [] %></p>
+<p><%= link_to "Auditing Information", { :action => 'details', :id => @password }, :popup => [] %></p>
 

Benjamin Mako Hill || Want to submit a patch?