X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/cc90867183367d7758a11da3f2058117c7529891..9cd381037a8daaba9c4f0925d395af9253dce432:/app/views/changeset/list.rhtml diff --git a/app/views/changeset/list.rhtml b/app/views/changeset/list.rhtml index cea156320..aa745743a 100644 --- a/app/views/changeset/list.rhtml +++ b/app/views/changeset/list.rhtml @@ -1,15 +1,19 @@ -

Edits by <%= link_to(@display_name, {:controller=>'user', :action=>'view', :display_name=>@display_name}) %>

-<%= render :partial => 'changeset_paging_nav' %> +

Recent Changes

+

Recently edited changesets:

+ - <%= render :partial => 'changeset', :collection => @edits unless @edits.nil? %> + <%= render :partial => 'changeset', :locals => {:showusername => true}, :collection => @edits unless @edits.nil? %>
ID Saved atUser Comment Area
-<%= render :partial => 'changeset_paging_nav' %> +

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

+