user bits
This commit is contained in:
parent
cdb9d2527a
commit
3aabf07e10
7 changed files with 30 additions and 13 deletions
|
@ -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'}%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue