]> git.openstreetmap.org Git - rails.git/blob - app/views/trace/list.rhtml
57e72fab4676bd48f9ecb0593eedfb10531282ca
[rails.git] / app / views / trace / list.rhtml
1 <h1>Public GPS Traces</h1>
2
3 <% if @tag %>
4  Traces filtered by tag <b><%= @tag %></b>
5  <br/><br/>
6 <% end %>
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'} %>
9 <% if @tag %>
10  | <%= link_to 'See all traces', {:controller => 'trace', :action => 'list'} %>
11 <% end %>
12
13 <br />
14 <br />
15
16 <%= render :partial => 'trace_list' %>