X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e46c82fe3db59ce59206053a26d0207931f2f68a..882700c5c8890ba28dc83a9dc526b7bc242a0278:/app/views/browse/_map.html.erb
diff --git a/app/views/browse/_map.html.erb b/app/views/browse/_map.html.erb
index f84a2ec9f..d8980f2a2 100644
--- a/app/views/browse/_map.html.erb
+++ b/app/views/browse/_map.html.erb
@@ -1,21 +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 %>
+
+ <% if map.instance_of? Changeset or (map.instance_of? Node and map.version > 1) 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.visible %>
+
+<% if map.instance_of? Changeset or (map.instance_of? Node and map.version > 1) or map.visible %>