X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/077834704e79259e60967b0cde8f8785017e9145..f635b98b8cf58954266fcf7b40bd22d698fd8388:/app/views/layouts/map.html.erb diff --git a/app/views/layouts/map.html.erb b/app/views/layouts/map.html.erb index b0d99893a..33737ae23 100644 --- a/app/views/layouts/map.html.erb +++ b/app/views/layouts/map.html.erb @@ -9,7 +9,7 @@ <%= link_to t("layouts.home"), "#", :id => "homeanchor", - :class => "set_position", + :class => "set_position dropdown-item", :data => { :lat => current_user.home_lat, :lon => current_user.home_lon, :zoom => 15 } %> @@ -40,18 +40,17 @@ <% unless current_user %>
-

<%= t "layouts.intro_header" %>

-
+ <%= render "sidebar_header", :title => t("layouts.intro_header") %>

<%= t "layouts.intro_text" %>

<%= t "layouts.hosting_partners_html", :ucl => link_to(t("layouts.partners_ucl"), "https://www.ucl.ac.uk"), :bytemark => link_to(t("layouts.partners_bytemark"), "https://www.bytemark.co.uk"), :partners => link_to(t("layouts.partners_partners"), "https://hardware.openstreetmap.org/thanks/") %>

-

<%= t 'layouts.intro_tou_html', :tou_link => link_to(t('layouts.tou'), "https://wiki.osmfoundation.org/wiki/Terms_of_Use") %> -

- <%= t('layouts.learn_more') %> - <%= t('layouts.start_mapping') %> +
+ <%= t("layouts.learn_more") %> + +
<% end %>