Well, it seems I forgot to add the acts_as_authenticated to the repository on my...
[selectricity-live] / app / views / layouts / hc.rhtml
index 4daac12ab792e52a52f5edf5b9d3980f5760484c..13b2e729109fc1d704d242418b840284a3f2d791 100755 (executable)
@@ -1,9 +1,8 @@
 <% %>
 <html>
     <head>
-        <title><%= @page_title || "HyperChad" %></title>
+        <title><%= @page_title || "Selectricity" %></title>
         <%= stylesheet_link_tag "hc", :media => "all" %>
-        <% #engine_stylesheet 'login_engine' %>
  
         <%= javascript_include_tag "prototype", "effects", "dragdrop", "controls" %>
     </head>
            <% if @page_title %>
               <h3><%= @page_title %></h3>  
            <% else %>
-             <h3>HyperChad<br />
+             <h3>Selectricity<br />
              <font size="-1">Voting Machinery for the Masses</font></h3>
           <% end %>
 
            <div id="links">
              <% if session[:user] %>
-               Welcome <strong><%= session[:user].login.capitalize %></strong>
+<% breakpoint %>
+               Welcome <strong><%= User.find(session[:user]).login.capitalize %></strong>
              <% else %>
-               <%= link_to("Login",:controller => "user", :action => "login")
-                %>/<%= link_to("Sign up", :controller => "user", :action => "signup")%>
+               <%= link_to("Login", :controller => "account", :action => "login")
+                %>/<%= link_to("Sign up", :controller => "account", :action => "signup")%>
              <% end %> |
          
              <% if session[:user] %>
-               <%= link_to("Logout", :controller => "user", :action => "logout") %>  |
+               <%= link_to("Logout", :controller => "account", :action => "logout") %>  |
              <% end %>
              
             <%= link_to("Help/About", :controller => "site", :action => "about") %>
@@ -42,7 +42,8 @@
 
         <div id="footer">
           <hr />
-         <%= link_to "Copyleft", "http://mako.cc/projects/hyperchad" %> 2006 |
+         <%= link_to "Copyleft", "http://mako.cc/projects/selectricity"
+         %> 2006, 2007 |
          <%= link_to "MIT Media Lab", "http://www.media.mit.edu" %> and
          <a href="http://mako.cc">Benjamin Mako Hill</a>
        </div>

Benjamin Mako Hill || Want to submit a patch?