X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b9a19ab23a8dc63bc7c7f867e2ece6924319f0f2..d31fc7c2f5c0f43b9e65479e3f1690bdd0c2fb4a:/app/views/layouts/site.html.erb diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index 0ba203fde..548dc35fb 100644 --- a/app/views/layouts/site.html.erb +++ b/app/views/layouts/site.html.erb @@ -44,7 +44,6 @@
  • @@ -58,10 +57,16 @@
  • -

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

    +

    <%= t'layouts.data' %>

    + + +
  • <%= yield :left_menu %> @@ -123,12 +128,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' - } %>