X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/89a132d31c8ca3b446c716860e55bf31bc811bd0..821f9498694dd744a9da1dbdd90c54da53c8b8f0:/app/views/layouts/_header.html.erb diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index ab60af2fa..f6430def6 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -12,33 +12,44 @@ <%= 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' %>