X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8f3e6ca6d740bce3aab2c2c8056f32a52a9a476c..1ae7872ed89612353cba641a6b77e86f963789d7:/app/views/site/index.html.erb diff --git a/app/views/site/index.html.erb b/app/views/site/index.html.erb index 1f82a92f0..6f215235c 100644 --- a/app/views/site/index.html.erb +++ b/app/views/site/index.html.erb @@ -1,16 +1,13 @@ -

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

+<% + set_title() + content_for(:content_class) { "overlay-sidebar" } +%> -<% if !@user %> -

<%= t 'layouts.intro_text' %>

- -
- <%= t('layouts.learn_more') %> - <%= t('layouts.sign_up') %> +<% unless @user %> +
+

<%= t 'layouts.intro_header' %>

+

<%= t 'layouts.intro_text' %>

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