TomH's patches

This commit is contained in:
Richard Fairhurst 2007-05-28 14:54:50 +00:00
parent 124cd67ac8
commit 4769eec5aa
7 changed files with 25 additions and 13 deletions

View file

@ -8,7 +8,7 @@
<% if @user %>
<%= link_to 'See just your traces', {:controller => 'trace', :action => 'mine'} %>
<% else %>
<%= link_to 'login', {:controller => 'user', :action => 'login'} %> to see just your traces
<%= link_to 'login', {:controller => 'user', :action => 'login', :next_controller => 'traces', :next_action => 'mine'} %> to see just your traces
<% end %>
<% if @tag %>
| <%= link_to 'See all traces', {:controller => 'trace', :action => 'list'} %>