X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/8fb97a3337a8dbf688edc78dc37862c8e02d8cd9..b5cb37bdeeeb5a31a02f0bd79ef3eddc35506623:/app/views/changeset/list_bbox.rhtml?ds=sidebyside diff --git a/app/views/changeset/list_bbox.rhtml b/app/views/changeset/list_bbox.rhtml index 4f90d185b..34644e960 100644 --- a/app/views/changeset/list_bbox.rhtml +++ b/app/views/changeset/list_bbox.rhtml @@ -1,38 +1,41 @@
-Changsets within the area: -(<%= format("%0.3f",lat1) -%>,<%= format("%0.3f",lon1) -%>) to -(<%= format("%0.3f",lat2) -%>,<%= format("%0.3f",lon2) -%>) +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' %> +<%= render :partial => 'changesets' %> <%= render :partial => 'changeset_paging_nav' %> -ID | -Saved at | -User | -Comment | -Area | -- |
---|
For all changes everywhere see <%= link_to("Recent Changes", :controller => "browse", :action => "changesets") %>
-<%= render :partial => 'changeset_paging_nav' %> +<% + end -<% 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 +%>