X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/438e8be102a2ac4c0e92041da2866f1339715b40..039bfc728ea223119941594373a074bf798da19d:/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 44edfc6d1..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 %>
@@ -59,6 +58,9 @@
<%= t'layouts.data' %>
+
+ - <%= link_to t('layouts.copyright'), copyright_path %>
+
- <%= link_to t('layouts.export_data'), export_path %>