]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/changeset/list.rhtml
Forgot that /history can also be called without a bbox (if one can't be found)
[rails.git] / app / views / changeset / list.rhtml
index 0edd951ce8c51810f1e126f8766b1464b204b6f4..affe10cc635dfb4dc385b742d105581225fabd49 100644 (file)
@@ -1,19 +1,13 @@
-<h1>Recent Changes</h1>
+<h1><%= t'changeset.list.recent_changes' %></h1>
+<p><%= t'changeset.list.recently_edited_changesets' %></p>
 
-Recently closed changesets:
-<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>
-<br>   
+<p><%= t'changeset.list.for_more_changesets' %></p>
+<br>
+
+<%= rss_link_to :action => 'list_rss' %>
+
+<% content_for :head do %>
+<%= auto_discovery_link_tag :atom, :controller => 'changeset', :action => 'list_rss' %>
+<% end %>