Major update of Selectricity to work with Rails 2.2.2 from 1.2!
[selectricity] / app / views / election / detailed_results.rhtml
index eae756ad58560e577c4ff25410709f12bd17f9c0..1f22377045021aff7704c43a61c3980792f062ef 100644 (file)
@@ -1,12 +1,10 @@
-<% %>
-
 <h2>Result</h2>
 
-<%= render_partial 'winner' %>
+<%= render :partial => 'winner' %>
 
 <h2>Result Details</h2>
 
-<%= render_partial 'winner_details' %>
+<%= render :partial => 'winner_details' %>
 
 <h2>Election Rolls for Voter Verification</h2>
 

Benjamin Mako Hill || Want to submit a patch?