]> 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 cea15632086db50f7c9fcbaf7f6b6ae96ede2a4e..affe10cc635dfb4dc385b742d105581225fabd49 100644 (file)
@@ -1,15 +1,13 @@
-<h1>Edits by <%= link_to(@display_name, {:controller=>'user', :action=>'view', :display_name=>@display_name}) %></h1>
-<%= 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', :collection => @edits unless @edits.nil? %>
-</table>
-
-<%= render :partial => 'changeset_paging_nav' %>
+<h1><%= t'changeset.list.recent_changes' %></h1>
+<p><%= t'changeset.list.recently_edited_changesets' %></p>
+
+<%= render :partial => 'changesets' %>
+
+<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 %>