X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e19be03313fb226b8397d67dd6dc33d58a1444d0..8f101a375972f60640710ce18a91283b4b972fa7:/app/views/browse/_map.html.erb diff --git a/app/views/browse/_map.html.erb b/app/views/browse/_map.html.erb index 25359fec0..13a352820 100644 --- a/app/views/browse/_map.html.erb +++ b/app/views/browse/_map.html.erb @@ -1,23 +1,21 @@ <%= javascript_include_tag '/openlayers/OpenLayers.js' %> <%= javascript_include_tag '/openlayers/OpenStreetMap.js' %> <%= javascript_include_tag 'map.js' %> - -
- <% if map.instance_of? Changeset or map.visible %> -
-
- <%= t 'browse.map.loading' %> - - <% unless map.instance_of? Changeset %> -
- - <% end %> - <% else %> - <%= t 'browse.map.deleted' %> - <% end %> +
+ <% if map.instance_of? Changeset or (map.instance_of? Node and map.version > 1) or map.visible %> +
- -<% if map.instance_of? Changeset or map.visible %> + <%= t 'browse.map.loading' %> + + <% unless map.instance_of? Changeset %> +
+ + <% end %> + <% else %> + <%= t 'browse.map.deleted' %> + <% end %> +
+<% if map.instance_of? Changeset or (map.instance_of? Node and map.version > 1) or map.visible %>