]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/changeset/list.rhtml
Fixed problem with Time vs. DateTime classes in fixtures. Weirdly only affected mysql...
[rails.git] / app / views / changeset / list.rhtml
index 4ac5082e1ca434e327ca74aefbd0b90c4f834414..b78469ddfc8b2ab7cf4080fbd5765949071c1c94 100644 (file)
@@ -1,17 +1,7 @@
 <h1>Recent Changes</h1>
-<p>Recently closed changesets:</p>
+<p>Recently edited changesets:</p>
 
-<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' %>
 
 <p>
 For more changesets, select a user and view their edits, or see the editing 'history' of a specific area.