]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/changeset/list_user.rhtml
more translations, and this time with stuff in the locale file too
[rails.git] / app / views / changeset / list_user.rhtml
index 2f3ca04ce1b239ea8eec2610b588f8f7149041dd..cf99d7a48fafaa46d7648c4508b3100447166240 100644 (file)
@@ -4,15 +4,10 @@
 <p><b>No visible edits by <%= h(@display_name) %>.</b></p>
 <% else %>
 <%= render :partial => 'changeset_paging_nav' %>
-<table id="keyvalue" cellpadding="3">
-  <tr>
-    <th>ID</th>
-    <th>Saved at</th>
-    <th>Comment</th>
-    <th>Area</th>
-    <th></th>
-  </tr>
-  <%= render :partial => 'changeset', :locals => {:showusername => false},  :collection => @edits %>
-</table>
+<%= render :partial => 'changesets', :locals => {:showusername => false} %>
 <%= render :partial => 'changeset_paging_nav' %>
 <% end %>
+
+<p>For changes by all users see <%=  link_to("Recent Changes", :controller => "browse", :action => "changesets") %> </p>
+<br>
+