X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9a7db5d63b12f90b944f4ad151e5299d1745ecfb..91bc3c92441bb2f85510b40741b30ee89dcf97f1:/app/views/browse/_map.rhtml diff --git a/app/views/browse/_map.rhtml b/app/views/browse/_map.rhtml index ad2d2d307..248cf27dd 100644 --- a/app/views/browse/_map.rhtml +++ b/app/views/browse/_map.rhtml @@ -2,17 +2,38 @@ <%= javascript_include_tag '/openlayers/OpenStreetMap.js' %> <%= javascript_include_tag 'map.js' %> - <% if map.visible %> + <% if map.instance_of? Changeset or map.visible %>
- Loading... + <%= t 'browse.map.loading' %> <% else %> - Deleted + <%= t 'browse.map.deleted' %> <% end %>