X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/301e84d173adce800faac3535242674799bc576c..726db77827fa71133cc9762c3bf295189269ebb5:/app/views/site/index.html.erb diff --git a/app/views/site/index.html.erb b/app/views/site/index.html.erb index be0acc396..8ec1cad1f 100644 --- a/app/views/site/index.html.erb +++ b/app/views/site/index.html.erb @@ -5,10 +5,12 @@

<%= t 'layouts.intro_text' %>

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