]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/changeset/_changesets.html.erb
Update Polatch 2 to 2.3-407-g55bf495 build
[rails.git] / app / views / changeset / _changesets.html.erb
index d9e01235c215d419375c9c36fbca051fe304950b..2bd40dafc31ce4163ceaa9e350cd841ae63bdc94 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>
+<table id="changeset_list">
   <%= render :partial => 'changeset', :locals => {:showusername => showusername}, :collection => @edits unless @edits.nil? %>
 </table>