]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/changeset/list.rhtml
Add RSS feed for global recent changes & changes within a bbox. Solves #1737
[rails.git] / app / views / changeset / list.rhtml
index b78469ddfc8b2ab7cf4080fbd5765949071c1c94..affe10cc635dfb4dc385b742d105581225fabd49 100644 (file)
@@ -1,9 +1,13 @@
-<h1>Recent Changes</h1>
-<p>Recently edited changesets:</p>
+<h1><%= t'changeset.list.recent_changes' %></h1>
+<p><%= t'changeset.list.recently_edited_changesets' %></p>
 
 <%= 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>
+
+<%= rss_link_to :action => 'list_rss' %>
+
+<% content_for :head do %>
+<%= auto_discovery_link_tag :atom, :controller => 'changeset', :action => 'list_rss' %>
+<% end %>