Public GPS Traces
<% if @tag %>
Traces filtered by tag <%= @tag %>
<% end %>
|
<%= link_to 'See just your traces, or upload a trace', {:controller => 'trace', :action => 'mine'} %>
<% if @tag %>
| <%= link_to 'See all traces', {:controller => 'trace', :action => 'list'} %>
<% end %>
<%= render :partial => 'trace_paging_nav' %>
|
|
<%= render :partial => 'trace', :collection => @traces %>
<%= render :partial => 'trace_paging_nav' %>
<%= render :partial => 'trace_optionals' %>