X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/66caf92bd923065064deec45cb325ee06e4131ab..50ca95ebdd1f1e85b5979c76f6bcd51c2654b49d:/app/views/layouts/site.html.erb diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index 1123ff555..65a8da7ec 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'), 'showData()') %>
  • + <% end %>