]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/changeset/_changesets.html.erb
Update ActiveRecord queries to use arel
[rails.git] / app / views / changeset / _changesets.html.erb
index e177f666e2b0b42b23b71e1153bba2585d7b2c9c..2bd40dafc31ce4163ceaa9e350cd841ae63bdc94 100644 (file)
@@ -1,13 +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>
-  </tr>
+<table id="changeset_list">
   <%= render :partial => 'changeset', :locals => {:showusername => showusername}, :collection => @edits unless @edits.nil? %>
 </table>