X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/fd6f00b069af5a7b87227ea4c3401dc461d7311a..35785067979a410f2a3f78927d50869ee398f349:/app/views/changeset/list.rhtml diff --git a/app/views/changeset/list.rhtml b/app/views/changeset/list.rhtml index 4ac5082e1..c3d88bf6e 100644 --- a/app/views/changeset/list.rhtml +++ b/app/views/changeset/list.rhtml @@ -1,19 +1,12 @@ -

Recent Changes

-

Recently closed changesets:

+

<%= @title %>

+

<%= @description %>

- - - - - - - - - - <%= render :partial => 'changeset', :locals => {:showusername => true}, :collection => @edits unless @edits.nil? %> -
IDSaved atUserCommentArea
+<%= render :partial => 'changeset_paging_nav' %> +<%= render :partial => 'changesets', :locals => { :showusername => !params.has_key?(:display_name) } %> +<%= render :partial => 'changeset_paging_nav' %> -

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

-
+<%= rss_link_to params.merge({ :format => 'rxml' }) %> + +<% content_for :head do %> +<%= auto_discovery_link_tag :atom, params.merge({ :format => 'rxml' }) %> +<% end %>