TomH's patches
This commit is contained in:
parent
124cd67ac8
commit
4769eec5aa
7 changed files with 25 additions and 13 deletions
|
@ -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'} %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue