11 Changesets within the area:
12 (<a href='/?minlon=<%= minlon %>&minlat=<%= minlat %>&maxlon=<%= maxlon %>&maxlat=<%= maxlat %>&box=yes' title='show area box'><%= format("%0.3f",minlon) -%>,<%= format("%0.3f",minlat) -%>,<%= format("%0.3f",maxlon) -%>,<%= format("%0.3f",maxlat) -%></a>)
16 <% if @edits.nil? or @edits.empty? %>
17 <p><b>No changesets</b></p>
20 <%= render :partial => 'changeset_paging_nav' %>
21 <%= render :partial => 'changesets' %>
22 <%= render :partial => 'changeset_paging_nav' %>
24 <p>For all changes everywhere see <%= link_to("Recent Changes", :controller => "browse", :action => "changesets") %> </p>
30 #bbox is nil. happens if the user surfs to this page directly.
33 <p>No area specified</p>
34 <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>
35 <p>Alternatively view all <%= link_to("recent changes", :controller => "browse", :action => "changesets") %> </p>