X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e7d200c4a6d0904ab1e027518eca7200b0ca9a08..d920d94f69de0e6f5d354f58933290fcdf0345de:/app/views/site/index.html.erb diff --git a/app/views/site/index.html.erb b/app/views/site/index.html.erb index 37992585d..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 %> - -