]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/trace/list.rhtml
lots of rails gpx stuff
[rails.git] / app / views / trace / list.rhtml
index ce2e76349570f4b7df3adc27b333c820410a31db..6ff6b34a632054e926f1faef7f17d74108563a81 100644 (file)
@@ -3,4 +3,10 @@
   <%= link_to 'See just your traces', {:controller => 'trace', :action => 'mine'} %>
 <% end %>
 
-<%= render :partial => 'trace', :collection => @traces %>
+<table id="keyvalue" cellpadding="3">
+  <tr>
+    <th></th>
+    <th></th>
+  </tr>
+  <%= render :partial => 'trace', :collection => @traces %>
+</table>