]> git.openstreetmap.org Git - rails.git/blob - app/views/trace/list.rhtml
more trace stuff
[rails.git] / app / views / trace / list.rhtml
1 <h1>Public GPS Traces</h1>
2 <% if @user %>
3   <%= link_to 'See just your traces', {:controller => 'trace', :action => 'mine'} %>
4 <% end %>
5
6 <table id="keyvalue" cellpadding="3">
7   <tr>
8     <th></th>
9     <th></th>
10   </tr>
11   <%= render :partial => 'trace', :collection => @traces %>
12 </table>