X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/5449cf4adcc1fad4b9f43426e6d3e4a8f65e6fbb..b1117365d24398aa30ba7cb2cf2b7f31c41d0f01:/app/views/changeset/list.rhtml diff --git a/app/views/changeset/list.rhtml b/app/views/changeset/list.rhtml index 4ac5082e1..affe10cc6 100644 --- a/app/views/changeset/list.rhtml +++ b/app/views/changeset/list.rhtml @@ -1,19 +1,13 @@ -

Recent Changes

-

Recently closed changesets:

+

<%= t'changeset.list.recent_changes' %>

+

<%= t'changeset.list.recently_edited_changesets' %>

- - - - - - - - - - <%= render :partial => 'changeset', :locals => {:showusername => true}, :collection => @edits unless @edits.nil? %> -
IDSaved atUserCommentArea
+<%= render :partial => 'changesets' %> -

-For more changesets, select a user and view their edits, or see the editing 'history' of a specific area. -

+

<%= t'changeset.list.for_more_changesets' %>


+ +<%= rss_link_to :action => 'list_rss' %> + +<% content_for :head do %> +<%= auto_discovery_link_tag :atom, :controller => 'changeset', :action => 'list_rss' %> +<% end %>