X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/89a132d31c8ca3b446c716860e55bf31bc811bd0..483b2f204e90c657dd4e545c82f2c9094bcacc83:/app/views/layouts/_header.html.erb diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index ab60af2fa..160419c5e 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -12,23 +12,25 @@ <%= link_to t('layouts.view'), root_path, :class => 'tab geolink layers' %>
  • + <%= link_to t('layouts.edit'), edit_path, :class => "tab geolink object", + :id => 'editanchor', + :data => { :editor => preferred_editor } + %> + +
  • +
  • <%= link_to t('layouts.history'), history_path, :class => 'tab geolink' %> -
  • +
  • +
  • <%= link_to t('layouts.export'), export_path, :class => 'tab geolink' %>