Well, it seems I forgot to add the acts_as_authenticated to the repository on my...
[selectricity-live] / app / views / layouts / hc.rhtml
index 2408083e6bc14df624225056a8f92d1e3110987f..13b2e729109fc1d704d242418b840284a3f2d791 100755 (executable)
@@ -17,7 +17,7 @@
 
            <div id="links">
              <% if session[:user] %>
-<% breakpoint%>
+<% breakpoint %>
                Welcome <strong><%= User.find(session[:user]).login.capitalize %></strong>
              <% else %>
                <%= link_to("Login", :controller => "account", :action => "login")

Benjamin Mako Hill || Want to submit a patch?