X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0884e7b43192bf924f505d12e3d9810e61da7ac9..8f4ed911e094d359ed630f034b76e02bc8d51705:/app/views/layouts/site.html.erb
diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb
index 4c12bfe14..423a7b72c 100644
--- a/app/views/layouts/site.html.erb
+++ b/app/views/layouts/site.html.erb
@@ -51,6 +51,9 @@
<% Editors::ALL_EDITORS.each do |editor| %>
<%= link_to t('layouts.edit_with', :editor => t("editor.#{editor}.description")), {:controller => 'site', :action => 'edit', :editor => editor}, {:id => editor + 'anchor', :class => "geolink llz object"} %>
<% end %>
+ <% unless STATUS == :api_offline or STATUS == :database_offline %>
+ <%= link_to_function(t('browse.start_rjs.data_layer_name'), 'toggleData()') %>
+ <% end %>
@@ -86,18 +89,18 @@
<% end %>
<% if STATUS == :database_offline or STATUS == :api_offline %>
-
- <%= t 'layouts.osm_offline' %>
+
<% elsif STATUS == :database_readonly or STATUS == :api_readonly %>
-
- <%= t 'layouts.osm_read_only' %>
+
<% end %>
<% if false %>
-
- <%= raw t 'layouts.donate', :link => "
#{t('layouts.donate_link_text')}" %>
+
<% end %>
@@ -138,12 +141,14 @@
:partners => link_to(t('layouts.partners_partners'), t('layouts.partners_url')) %>
+