Allowed for the results page of quickvotes to be hidden while the quickvote is go
[selectricity] / app / views / site / index.rhtml
index 0c442189e1f573c463be20a72c1c884e88da303d..9b0b1fec8e8a672a3594a983cf55e6ab086fcef4 100644 (file)
@@ -53,7 +53,7 @@ ongoing election, you can log in to vote using your token here.</p>
 
 <p><%= link_to 'Lost or forgot your token?', :controller => 'voter', :action => 'forgot_password' %></p>
 <% if session[:user] %>
-  <%= render_partial 'user_summary' %> 
+  <%= render :partial => 'user_summary' %> 
 <% else %>
   <h2>Vote Administrators</h2>
   <p>You must have an account to start a new vote or to administer an

Benjamin Mako Hill || Want to submit a patch?