fixed up a series of things in prepration for the stress test on friday
[selectricity] / app / views / front / index.rhtml
index afdf35d61e9c8217479ad9a9636f2fe44faca55b..2acb64e7f9f4faac47bba10c600fd2560c698b6f 100644 (file)
@@ -19,7 +19,8 @@
 </div>
 
 <div id="control-room" class="main-section">
-  <div id="control-room-content">
+  <div id="control-room-content" >
+               
   <h2>Control Room</h2>
   <% if session[:user] %>
     <%= render :partial => 'user_summary' %> 
     
     <%= render :partial => 'basic_login' %>
   
-    <p>Full elections creation is not yet public. <a
-    href="mailto:team@selectricity.org">Contact us</a> for access.</p>
-    
-    <!-- <p>If you do not yet have an account, you should <%= link_to "create
-    one", :controller => 'account', :action => 'signup' %>.</p> -->
+    <p>If you do not yet have an account, you should <%= link_to "create
+    one", :controller => 'account', :action => 'signup' %>.</p>
   <% end %>
 
 

Benjamin Mako Hill || Want to submit a patch?