]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/changeset/_changesets.html.erb
Rework the generation of descriptions in the notes RSS feed
[rails.git] / app / views / changeset / _changesets.html.erb
index d9e01235c215d419375c9c36fbca051fe304950b..fe8da2b3835fc3d6ddd58c728829ed4109623929 100644 (file)
@@ -1,14 +1,4 @@
 <% showusername = true if showusername.nil? %>
-<table id="changeset_list" cellpadding="3">
-  <tr>
-    <th><%= t'changeset.changesets.id' %></th>
-    <th><%= t'changeset.changesets.saved_at' %></th>
-<% if showusername %>
-    <th><%= t'changeset.changesets.user' %></th>
-<% end %>
-    <th><%= t'changeset.changesets.comment' %></th>
-    <th><%= t'changeset.changesets.area' %></th>
-    <th></th>
-  </tr>
+<div id="changeset_list">
   <%= render :partial => 'changeset', :locals => {:showusername => showusername}, :collection => @edits unless @edits.nil? %>
-</table>
+</div>