X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/301e84d173adce800faac3535242674799bc576c..b903d8b7462519d6ef8f9175fdbde1df6620ccbb:/app/views/site/index.html.erb diff --git a/app/views/site/index.html.erb b/app/views/site/index.html.erb index be0acc396..8a6a5d85a 100644 --- a/app/views/site/index.html.erb +++ b/app/views/site/index.html.erb @@ -1,26 +1,10 @@ -

- <%= t 'layouts.intro_header' %> - -

- -

<%= t 'layouts.intro_text' %>

- -
- Learn More - Sign Up -
- - +<% content_for(:content_class) { "overlay-sidebar" } %> + +<% unless @user %> +
+

<%= t 'layouts.intro_header' %>

+

<%= t 'layouts.intro_text' %>

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