X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e91956d0f7ea6f2b0719a1459110ad3a09d2ee9a..bd21a1f7ffe1bff79cc3e249119e26ec946c7cc4:/app/views/layouts/map.html.erb diff --git a/app/views/layouts/map.html.erb b/app/views/layouts/map.html.erb index 2170705b0..2fe8b9b3b 100644 --- a/app/views/layouts/map.html.erb +++ b/app/views/layouts/map.html.erb @@ -40,6 +40,15 @@ <%= render :partial => "layouts/flash" %> <%= yield %> + + <% unless @user %> +
+

<%= t 'layouts.intro_header' %>

+

<%= t 'layouts.intro_text' %>

+ <%= t('layouts.learn_more') %> + <%= t('layouts.sign_up') %> +
+ <% end %>