X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/8fb97a3337a8dbf688edc78dc37862c8e02d8cd9..18633b7c9e66a7f25dafa68c7bc2d90885a61789:/app/views/changeset/list_bbox.rhtml diff --git a/app/views/changeset/list_bbox.rhtml b/app/views/changeset/list_bbox.rhtml index 4f90d185b..63e54e11d 100644 --- a/app/views/changeset/list_bbox.rhtml +++ b/app/views/changeset/list_bbox.rhtml @@ -8,7 +8,7 @@ if @bbox!=nil %>
-Changsets within the area: +Changesets within the area: (<%= format("%0.3f",lat1) -%>,<%= format("%0.3f",lon1) -%>) to (<%= format("%0.3f",lat2) -%>,<%= format("%0.3f",lon2) -%>)
@@ -32,7 +32,19 @@ Changsets within the area: <%= render :partial => 'changeset_paging_nav' %> +<% + end + +else + #bbox is nil. happens if the user surfs to this page directly. +%> -<% end %> +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 +%>