The session storage is now done via the database, be sure to relaod your
[selectricity-live] / app / views / site / index.rhtml
index c82840356ced7ce753ab8f1134e431aa7dd4f6d7..f92fb98b10165434b8a832736e91ecf3f1cadeaa 100644 (file)
@@ -1,3 +1,4 @@
+<% %>
 <div id="voters" class="main-section">
   <div id="voters-content">
   <h2>Voters</h2>
@@ -21,7 +22,6 @@
 <div id="control-room" class="main-section">
   <div id="control-room-content">
   <h2>Control Room</h2>
-
   <% if session[:user] %>
     <%= render :partial => 'user_summary' %> 
   <% else %>

Benjamin Mako Hill || Want to submit a patch?