X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b8f126bcf6d53417d49b9cdd933714421fb8925c..438e8be102a2ac4c0e92041da2866f1339715b40:/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 0ba203fde..44edfc6d1 100644 --- a/app/views/layouts/site.html.erb +++ b/app/views/layouts/site.html.erb @@ -58,10 +58,13 @@
  • -

    <%= link_to t('layouts.gps_traces'), traces_path, { - :id => 'traceanchor', - :title => t('layouts.gps_traces_tooltip') - } %>

    +

    <%= t'layouts.data' %>

    + +
  • <%= yield :left_menu %> @@ -123,12 +126,6 @@ :title => t('javascripts.site.history_tooltip'), :class => 'geolink bbox' } %> -
  • <%= link_to t('layouts.export'), export_path, { - :id => 'exportanchor', - :title => t('layouts.export_tooltip'), - :data => { :url => url_for(:controller => :export, :action => :start) }, - :class => 'geolink llz layers' - } %>