<%= 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>