1 <h1>Public GPS Traces</h1>
 
   4  Traces filtered by tag <b><%= @tag %></b>
 
   7 <span class="rsssmall"><a href="<%= url_for :controller => 'trace', :action => 'georss' %>"><img src="/images/RSS.gif" border="0" alt="RSS" /></a></span> | 
 
   8 <%= link_to 'See just your traces, or upload a trace', {:controller => 'trace', :action => 'mine'} %>
 
  10  | <%= link_to 'See all traces', {:controller => 'trace', :action => 'list'} %>
 
  17 <%= render :partial => 'trace_paging_nav' %>
 
  19 <table id="keyvalue" cellpadding="3">
 
  24   <%= render :partial => 'trace', :collection => @traces %>
 
  26 <%= render :partial => 'trace_paging_nav' %>
 
  28 <%= render :partial => 'trace_optionals' %>