X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/afe8dd51ece21325eea8a108515b9426764de5b2..18633b7c9e66a7f25dafa68c7bc2d90885a61789:/app/views/changeset/list_bbox.rhtml diff --git a/app/views/changeset/list_bbox.rhtml b/app/views/changeset/list_bbox.rhtml index f1d8633f0..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,6 @@ Changsets within the area: <%= render :partial => 'changeset_paging_nav' %> - <% end @@ -41,7 +40,8 @@ else %>No area specified
-First use the view tab to pan and zoom to an area of interest, then click the history tab
+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