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

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

-

<%= t 'layouts.intro_text' %>

+<% if !@user %> +

<%= t 'layouts.intro_text' %>

-
- Learn More - Sign Up -
- - +
+ <%= t('layouts.learn_more') %> + <%= t('layouts.sign_up') %> +
+<% end %>