X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c8fb5ad24c5751bd2d43b86e4359381d200af066..2fb777c5be4c4b5b94b8bd5bee5f7670e3425e9d:/app/views/layouts/site.html.erb
diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb
index 0ba203fde..a0e894e46 100644
--- a/app/views/layouts/site.html.erb
+++ b/app/views/layouts/site.html.erb
@@ -1,12 +1,12 @@
<%= render :partial => "layouts/head" %>
-
-
- <%= link_to(image_tag("osm_logo.png", :size => "16x16", :alt => t('layouts.logo.alt_text')), root_path) %>
-
<%= t 'layouts.project_name.h1' %>
-
-
+
+
+ <%= image_tag "osm_logo.png", :size => "16x16", :alt => t('layouts.logo.alt_text') %>
+ <%= t 'layouts.project_name.h1' %>
+
+
<%= link_to(image_tag("osm_logo.png",
:size => "120x120",
@@ -44,7 +44,6 @@
- <%= link_to(t('layouts.help_centre'), t('layouts.help_url'), :title => t('layouts.help_title')) %>
- <%= link_to(t('layouts.documentation'), t('layouts.wiki_url'), :title => t('layouts.documentation_title')) %>
- - <%= link_to t('layouts.copyright'), copyright_path %>
@@ -58,10 +57,16 @@
- <%= link_to t('layouts.gps_traces'), traces_path, {
- :id => 'traceanchor',
- :title => t('layouts.gps_traces_tooltip')
- } %>
+ <%= t'layouts.data' %>
+
+ - <%= link_to t('layouts.copyright'), copyright_path %>
+
+
+ - <%= link_to t('layouts.export_data'), export_path %>
+
+
+ - <%= link_to t('layouts.gps_traces'), traces_path %>
+
<%= 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'
- } %>