11 Changesets within the area:
12 (<a href='/?lat=<%= lat1 %>&lon=<%= lon1 %>&zoom=14'><%= format("%0.3f",lat1) -%>,<%= format("%0.3f",lon1) -%></a>) to
13 (<a href='/?lat=<%= lat2 %>&lon=<%= lon2 %>&zoom=14'><%= format("%0.3f",lat2) -%>,<%= format("%0.3f",lon2) -%></a>)
16 <% if @edits.nil? or @edits.empty? %>
17 <p><b>No changesets</b></p>
20 <%= render :partial => 'changeset_paging_nav' %>
22 <table id="keyvalue" cellpadding="3">
31 <%= render :partial => 'changeset', :locals => {:showusername => true}, :collection => @edits unless @edits.nil? %>
34 <%= render :partial => 'changeset_paging_nav' %>
39 #bbox is nil. happens if the user surfs to this page directly.
42 <p>No area specified</p>
43 <p>First use the <a href="/" title="view the map">view tab</a> to pan and zoom to an area of interest, then click the history tab.</p>
44 <p>Alternatively view all <%= link_to("recent changes", :controller => "browse", :action => "changesets") %> </p>