fixed up a series of things in prepration for the stress test on friday
[selectricity] / app / views / layouts / frontpage.rhtml
index 570a4f3942cf8314bddbede177a9281488302b37..81c77dc014995599a07cfe78dde15d1a10af326c 100644 (file)
@@ -13,7 +13,7 @@
     <div id="header">
       <div id="top-bar">
        <% if session[:user]%>
-       <%= link_to User.find(session[:user]).login.dowcase,
+       <%= link_to User.find(session[:user]).login.downcase,
                   :controller => "account",
                   :action => "summary", :id => session[:user][:id] %>
        &nbsp;&nbsp;<%= link_to( 'log out', :controller => 'account', 
@@ -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?