]> git.openstreetmap.org Git - rails.git/blob - app/views/trace/list.rhtml
Back out previous change, and use the name in the "Posted by" line to
[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
14 <br />
15 <br />
16
17 <%= render :partial => 'trace_paging_nav' %>
18
19 <table id="keyvalue" cellpadding="3">
20   <tr>
21     <th></th>
22     <th></th>
23   </tr>
24   <%= render :partial => 'trace', :collection => @traces %>
25 </table>
26 <%= render :partial => 'trace_paging_nav' %>
27
28 <%= render :partial => 'trace_optionals' %>