X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/8f4ed911e094d359ed630f034b76e02bc8d51705..d50b0fb978f205e079a69c279a735c33137abfbf:/app/views/layouts/site.html.erb?ds=sidebyside diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index 423a7b72c..2d0c60a96 100644 --- a/app/views/layouts/site.html.erb +++ b/app/views/layouts/site.html.erb @@ -52,7 +52,7 @@
  • <%= 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()') %>
  • +
  • <%= link_to_function(t('browse.start_rjs.data_layer_name'), 'showData()') %>
  • <% end %> @@ -93,7 +93,7 @@

    <%= t 'layouts.osm_offline' %>

    <% elsif STATUS == :database_readonly or STATUS == :api_readonly %> -