X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/73c95847a6680bea7f35fe5b3da6eb4e52757b9c..1a5fb52c280e496eec9ece878a712d5ea56e9fc2:/app/views/site/help.html.erb diff --git a/app/views/site/help.html.erb b/app/views/site/help.html.erb index e6c65a992..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 %> +