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' %>
13 <% if @display_name %>
14 <% if @user.traces.count(:conditions => "inserted=0")>4 %>
16 You have <%= @user.traces.count(:conditions => "inserted=0") %> traces
17 waiting for upload. Please consider waiting for these to finish before
18 uploading any more, so as not to block the queue for other users.