X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4ef3012417f55193612267db95cde22153eb449f..01aa27031526280d8b1d219902a7b4c97617d19f:/app/views/browse/_map.html.erb diff --git a/app/views/browse/_map.html.erb b/app/views/browse/_map.html.erb index 7c242d861..5d7285840 100644 --- a/app/views/browse/_map.html.erb +++ b/app/views/browse/_map.html.erb @@ -1,15 +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' %> - - <% else %> - <%= t 'browse.map.deleted' %> - <% end %> + +
+ <% 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.visible %>