]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/changeset/list_bbox.rhtml
label changesets as (big) based on their bbox area
[rails.git] / app / views / changeset / list_bbox.rhtml
index e1cf9aedb36b87f7883467fd3f7586b702b1dae7..34644e960b471ae55075c48578bd5d3acf5ff360 100644 (file)
@@ -18,19 +18,7 @@ Changesets within the area:
 <%     else %>
 
 <%= render :partial => 'changeset_paging_nav' %>
-
-<table id="keyvalue" cellpadding="3">
-  <tr>
-    <th>ID</th>
-    <th>Saved at</th>
-    <th>User</th>
-    <th>Comment</th>
-    <th>Area</th>
-    <th></th>
-  </tr>
-  <%= render :partial => 'changeset', :locals => {:showusername => true}, :collection => @edits unless @edits.nil? %>
-</table>
-
+<%= render :partial => 'changesets' %>
 <%= render :partial => 'changeset_paging_nav' %>
 
 <p>For all changes everywhere see <%=  link_to("Recent Changes", :controller => "browse", :action => "changesets") %> </p>