X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9b2791fdd968a39c2d424f74a714ade96bc460a8..6c64a74a46c3d75c6526958b9e0474684f49386e:/app/views/site/index.html.erb diff --git a/app/views/site/index.html.erb b/app/views/site/index.html.erb index 3eba3e6d5..6f215235c 100644 --- a/app/views/site/index.html.erb +++ b/app/views/site/index.html.erb @@ -1,31 +1,13 @@ -

- <% if !@user %> - <%= t 'layouts.intro_header' %> - <% else %> - - <% end %> -

- -<% if !@user %> -

<%= t 'layouts.intro_text' %>

- -
- <%= t('layouts.learn_more') %> - <%= t('layouts.sign_up') %> +<% + set_title() + content_for(:content_class) { "overlay-sidebar" } +%> + +<% unless @user %> +
+

<%= t 'layouts.intro_header' %>

+

<%= t 'layouts.intro_text' %>

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