[openstreetmap-website] Site cleanup (#150)

Tom Hughes notifications at github.com
Sun Jan 6 16:43:04 GMT 2013


>    <%= render :partial => 'changeset_paging_nav' %>
>  
> -  <div id="changeset_list_container">
> -    <%= render :partial => 'map' %>
> +  <%= render :partial => 'map' %>

Moving the map outside the `@edits.size > 0` condition causes a problem when there are no edits, and bounding box - in other words when display changesets for a user with no changesets. The problem is that the map has no location so just becomes a big grey box...

---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/150/files#r2560227
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20130106/0596fd13/attachment.html>


More information about the rails-dev mailing list