X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4557654ba63392f0db4aa5c002be692395eb8cee..726db77827fa71133cc9762c3bf295189269ebb5:/app/views/site/index.html.erb diff --git a/app/views/site/index.html.erb b/app/views/site/index.html.erb index fa3f31c1a..8ec1cad1f 100644 --- a/app/views/site/index.html.erb +++ b/app/views/site/index.html.erb @@ -3,7 +3,14 @@ -

<%= t 'layouts.intro_text' %>

+

<%= t 'layouts.intro_text' %>

+ +<% if !@user %> +
+ <%= t('layouts.learn_more') %> + <%= t('layouts.sign_up') %> +
+<% end %>