X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7f598ab412674ce5a78da98c54aa2fe2e4a05792..cea0cccc6d73d7543d80d659b0f221f0d3196c0e:/app/views/browse/_map.html.erb diff --git a/app/views/browse/_map.html.erb b/app/views/browse/_map.html.erb index ed3cc0faf..ed703665d 100644 --- a/app/views/browse/_map.html.erb +++ b/app/views/browse/_map.html.erb @@ -1,6 +1,3 @@ - -
<% if map.instance_of? Changeset or (map.instance_of? Node and map.version > 1) or map.visible? %> @@ -38,28 +35,26 @@ <%= content_tag "div", "", :id => "small_map", :data => data %> <%= t 'browse.map.loading' %> - + <% unless map.instance_of? Changeset %> <% end %> @@ -83,25 +76,3 @@ <%= t 'browse.map.deleted' %> <% end %>
- - - -