fixed up a series of things in prepration for the stress test on friday
[selectricity] / app / views / layouts / frontpage.rhtml
index 2ebf153290e7e5179464a6a4f5dec9af534f17e7..81c77dc014995599a07cfe78dde15d1a10af326c 100644 (file)
@@ -22,7 +22,7 @@
       <%= link_to("login", :controller => "account", :action => "login")
       %>
       &nbsp;&nbsp;<%= link_to "sign up", :controller => "account", 
-                                :action => "signup" %>
+                                :action => "signup" %> 
     <% end -%>
       &nbsp;&nbsp;<%= link_to "help/about", :controller => 'about' %>
       </div>
@@ -33,7 +33,7 @@
     <%= @content_for_layout %>
   </div>
   
-  <%= render_partial 'layouts/footer' %>
+  <%= render :partial => 'layouts/footer' %>
 </div>
 </body>
 

Benjamin Mako Hill || Want to submit a patch?