X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/af4003e2eee24883318212e79f46d2ba4d2b9dbd..6e144577aa5363d9b85a15631cf58d69a80295dd:/app/views/site/help.html.erb diff --git a/app/views/site/help.html.erb b/app/views/site/help.html.erb index 085ea63d5..414381101 100644 --- a/app/views/site/help.html.erb +++ b/app/views/site/help.html.erb @@ -4,15 +4,29 @@

<%= t ".introduction" %>

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

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

-

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

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

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

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