Changesets within the area: (<%= format("%0.3f",minlon) -%>,<%= format("%0.3f",minlat) -%>,<%= format("%0.3f",maxlon) -%>,<%= format("%0.3f",maxlat) -%>)
<% if @edits.nil? or @edits.empty? %>No changesets
<% else %> <%= render :partial => 'changeset_paging_nav' %>ID | Saved at | User | Comment | Area |
---|
For all changes everywhere see <%= link_to("Recent Changes", :controller => "browse", :action => "changesets") %>
<% end else #bbox is nil. happens if the user surfs to this page directly. %>No area specified
First use the view tab to pan and zoom to an area of interest, then click the history tab.
Alternatively view all <%= link_to("recent changes", :controller => "browse", :action => "changesets") %>
<% end %>