X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/57787edc20fceec0c199e1b795f3394424d4cca1..ababece2cc0e5caf946242d097e80ae7c3dc877d:/app/views/layouts/site.html.erb diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index 8b2299c17..c572b1926 100644 --- a/app/views/layouts/site.html.erb +++ b/app/views/layouts/site.html.erb @@ -51,9 +51,7 @@ <% 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 %> + <%= yield :editmenu %> @@ -93,7 +91,7 @@

    <%= t 'layouts.osm_offline' %>

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