Working on a step-by-step workflow audit.
[selectricity] / app / views / layouts / vb.rhtml
index d4cbb86a5021ef633100126c1f6b64ef4a9852fc..a05ae54ae56ab732d20e0ebd9df331b8bc935841 100644 (file)
              <% if session[:user] %>
                Welcome <strong><%= session[:user].login.capitalize %></strong>
              <% else %>
-               <%= link_to("Login",:controller => "account", :action => "login") %>/<%= link_to("Sign up", :controller => "account", :action => "signup")%>
+               <%= link_to("Login",:controller => "user", :action => "login")
+                %>/<%= link_to("Sign up", :controller => "user", :action => "signup")%>
              <% end %> |
          
-             <%= link_to("Home", :controller => "site", :action => "index")%> |
-             <%= link_to("Browse", :controller => "site", :action => "index")%> |
-
              <% if session[:user] %>
-               <%= link_to("Logout", :controller => "account", :action => "logout") %>  |
+               <%= link_to("Logout", :controller => "user", :action => "logout") %>  |
              <% end %>
              
             <%= link_to("Help/About", :controller => "site", :action => "about") %>

Benjamin Mako Hill || Want to submit a patch?