]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/changeset/list.rhtml
Implement /user/$user/edits/rss, partially solves #1737
[rails.git] / app / views / changeset / list.rhtml
index aa745743a1fc53b5ef1dc2ae55ebc9a055860b22..cfe4afd3faa5d0d9de765505f5a797220a3202ec 100644 (file)
@@ -1,19 +1,7 @@
-<h1>Recent Changes</h1>
-<p>Recently edited changesets:</p>
+<h1><%= t'changeset.list.recent_changes' %></h1>
+<p><%= t'changeset.list.recently_edited_changesets' %></p>
 
-<table id="keyvalue" cellpadding="3">
-  <tr>
-    <th>ID</th>
-    <th>Saved at</th>
-    <th>User</th>
-    <th>Comment</th>
-    <th>Area</th>
-    <th></th>
-  </tr>
-  <%= render :partial => 'changeset', :locals => {:showusername => true},  :collection => @edits unless @edits.nil?  %>
-</table>
+<%= render :partial => 'changesets' %>
 
-<p>
-For more changesets, select a user and view their edits, or see the editing 'history' of a specific area.
-</p>
+<p><%= t'changeset.list.for_more_changesets' %></p>
 <br>