user bits

This commit is contained in:
Steve Coast 2007-04-07 19:33:20 +00:00
parent cdb9d2527a
commit 3aabf07e10
7 changed files with 30 additions and 13 deletions

View file

@ -23,7 +23,7 @@
</div>
<span id="greeting">
<% if @user %>
<% if @user %>
Welcome, <%= @user.display_name %> |
<%= link_to 'account', {:controller => 'user', :action => 'account'}, {:id => 'loginanchor'}%> |
<%= link_to 'logout', {:controller => 'user', :action => 'logout'}, {:id => 'loginanchor'}%>