1 <h1><%= h(@title) %></h1>
3 <span class="rsssmall"><a href="<%= url_for :action => 'georss', :display_name => @display_name, :tag => @tag %>"><img src="/images/RSS.gif" border="0" alt="RSS" /></a></span>
4 <% if @user.nil? or @display_name.nil? or @user.display_name != @display_name %>
5 | <%= link_to 'See just your traces, or upload a trace', :action => 'mine' %>
7 <% if @tag or @display_name %>
8 | <%= link_to 'See all traces', :controller => 'trace', :action => 'list' %>
10 <% if @tag and @user and @user.display_name == @display_name %>
11 | <%= link_to 'See all your traces', :controller => 'trace', :action => 'mine' %>