]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/changeset/_changesets.rhtml
Rename views to rails 2 style names.
[rails.git] / app / views / changeset / _changesets.rhtml
diff --git a/app/views/changeset/_changesets.rhtml b/app/views/changeset/_changesets.rhtml
deleted file mode 100644 (file)
index d9e0123..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<% 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>
-  <%= render :partial => 'changeset', :locals => {:showusername => showusername}, :collection => @edits unless @edits.nil? %>
-</table>