]> 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 cfe4afd3faa5d0d9de765505f5a797220a3202ec..affe10cc635dfb4dc385b742d105581225fabd49 100644 (file)
@@ -5,3 +5,9 @@
 
 <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 %>