]> git.openstreetmap.org Git - rails.git/blob - app/views/changeset/list.rhtml
affe10cc635dfb4dc385b742d105581225fabd49
[rails.git] / app / views / changeset / list.rhtml
1 <h1><%= t'changeset.list.recent_changes' %></h1>
2 <p><%= t'changeset.list.recently_edited_changesets' %></p>
3
4 <%= render :partial => 'changesets' %>
5
6 <p><%= t'changeset.list.for_more_changesets' %></p>
7 <br>
8
9 <%= rss_link_to :action => 'list_rss' %>
10
11 <% content_for :head do %>
12 <%= auto_discovery_link_tag :atom, :controller => 'changeset', :action => 'list_rss' %>
13 <% end %>