X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/bc27347b8f8333b65962b8c00f76dc99a1095a8a..ecf3bdf2af857f17113926a4636bfc77e7c96428:/app/views/site/help.html.erb diff --git a/app/views/site/help.html.erb b/app/views/site/help.html.erb index 412dfc7f6..a1b1adb92 100644 --- a/app/views/site/help.html.erb +++ b/app/views/site/help.html.erb @@ -5,6 +5,7 @@

<%= t "help_page.introduction" %>

<% ['welcome', 'help', 'wiki'].each do |site| %> + <% unless site == 'welcome' && !@user %>

@@ -13,4 +14,5 @@

<%= t "help_page.#{site}.description" %>

-<% end %> \ No newline at end of file + <% end %> +<% end %>