X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3b237dc3dabda181ed68dc587b1befc678a03706..HEAD:/app/views/site/help.html.erb diff --git a/app/views/site/help.html.erb b/app/views/site/help.html.erb index dcb8142bd..b180eb1a5 100644 --- a/app/views/site/help.html.erb +++ b/app/views/site/help.html.erb @@ -4,15 +4,22 @@

<%= t ".introduction" %>

-<% %w[welcome beginners_guide help mailing_lists forums irc switch2osm welcomemat wiki].each do |site| %> - <% unless site == 'welcome' && !current_user %> -
-

- - <%= t ".#{site}.title" %> - -

-

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

-
+<% sites = %w[beginners_guide community mailing_lists irc switch2osm welcomemat wiki] %> +<% sites.prepend("welcome") if current_user %> + +
+ <% sites.each do |site| %> +
+
+
+ + <%= t ".#{site}.title" %> + +
+
+

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

+
+
+
<% end %> -<% end %> +