openstreetmap-website/app/views/trace/_trace_list.rhtml
2007-08-08 23:58:37 +00:00

13 lines
307 B
Text

<%= render :partial => 'trace_paging_nav' %>
<table id="keyvalue" cellpadding="3">
<tr>
<th></th>
<th></th>
</tr>
<%= render :partial => 'trace', :collection => @traces unless @traces.nil? %>
</table>
<%= render :partial => 'trace_paging_nav' %>
<%= render :partial => 'trace_optionals' %>