X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3426976606d30278fcf5ed279d3c95900785c4a5..HEAD:/app/views/site/help.html.erb diff --git a/app/views/site/help.html.erb b/app/views/site/help.html.erb index 88cc3f58e..b180eb1a5 100644 --- a/app/views/site/help.html.erb +++ b/app/views/site/help.html.erb @@ -4,29 +4,22 @@

<%= t ".introduction" %>

-<% sites = %w[beginners_guide help mailing_lists forums irc switch2osm welcomemat wiki] %> +<% sites = %w[beginners_guide community mailing_lists irc switch2osm welcomemat wiki] %> <% sites.prepend("welcome") if current_user %> -<% sites.in_groups_of(3, false) do |group| %> -
- <% group.each do |site| %> -
+
+ <% sites.each do |site| %> +
+ - <% end %> -
-<% end %> +
+ <% end %> +