<%= @title %>

RSS <% if @user.nil? or @display_name.nil? or @user.display_name != @display_name %> | <%= link_to 'See just your traces, or upload a trace', :action => 'mine' %> <% end %> <% if @tag or @display_name %> | <%= link_to 'See all traces', :controller => 'trace', :action => 'list' %> <% end %> <% if @tag and @user and @user.display_name == @display_name %> | <%= link_to 'See all your traces', :controller => 'trace', :action => 'mine' %> <% end %>