]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/changeset/list_bbox.rhtml
Merge 14059:14394 from trunk.
[rails.git] / app / views / changeset / list_bbox.rhtml
index f1d8633f04e7316aeedbdb0d0e62aa3978991633..63e54e11d10bfca92df2e2ef9a2de146b32c5593 100644 (file)
@@ -8,7 +8,7 @@ if @bbox!=nil
 
        %>
 <p>
-Changsets within the area: 
+Changesets within the area: 
 (<a href='/?lat=<%= lat1 %>&lon=<%= lon1 %>&zoom=14'><%= format("%0.3f",lat1) -%>,<%= format("%0.3f",lon1) -%></a>) to 
 (<a href='/?lat=<%= lat2 %>&lon=<%= lon2 %>&zoom=14'><%= format("%0.3f",lat2) -%>,<%= format("%0.3f",lon2) -%></a>)   
 </p>
@@ -32,7 +32,6 @@ Changsets within the area:
 </table>
 
 <%= render :partial => 'changeset_paging_nav' %>
-
 <%
        end
 
@@ -41,7 +40,8 @@ else
 %>
 
 <p>No area specified</p>
-<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>
+<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>
+<p>Alternatively view all <%=  link_to("recent changes", :controller => "browse", :action => "changesets") %> </p>
 
 <%
 end