Adding trace link to logged in user's profile too.
This commit is contained in:
parent
467990a45b
commit
c102580baa
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
|||
<%= link_to 'View your diary', :controller => 'user', :action=>'diary', :display_name => @user.display_name %><br/>
|
||||
<%= link_to 'New diary post', :controller => 'diary_entry', :action=>'new', :display_name => @user.display_name %>
|
||||
|
||||
<h3>Your traces</h3>
|
||||
<%= link_to 'View your traces', :controller => 'trace', :action=>'mine' %>
|
||||
|
||||
<h3>Your account</h3>
|
||||
<%= link_to 'Edit your settings', :controller => 'user', :action => 'account', :display_name => @user.display_name %>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue