added first stab at a kiosk mode
[selectricity-live] / app / views / election / detailed_results.rhtml
old mode 100755 (executable)
new mode 100644 (file)
index 4668570..1f22377
@@ -1,19 +1,17 @@
-<% %>
-
 <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>
 
 <p>The voting rolls -- displayed here in alphabetical order -- for the
 last election are are follows.</p>
 
-<p>Information is displayed here to help voters verify that their own
+<p>Information is displayed here to help voters verifying that their own
 vote was recorded correctly and that the election was not tampered
 with.</p>
 

Benjamin Mako Hill || Want to submit a patch?