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"></a></span> |
9 <%= link_to 'See just your traces', {:controller => 'trace', :action => 'mine'} %>
11 <%= link_to 'login', {:controller => 'user', :action => 'login', :next_controller => 'traces', :next_action => 'mine'} %> to see just your traces
14 | <%= link_to 'See all traces', {:controller => 'trace', :action => 'list'} %>
21 <%= render (:partial => 'trace_paging_nav') %>
23 <table id="keyvalue" cellpadding="3">
28 <%= render :partial => 'trace', :collection => @traces %>
30 <%= render (:partial => 'trace_paging_nav') %>
32 <%= render (:partial => 'trace_optionals') %>