X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/01a506a254cf53700c201d40b4287e5aae02af2c..6e144577aa5363d9b85a15631cf58d69a80295dd:/app/views/site/help.html.erb diff --git a/app/views/site/help.html.erb b/app/views/site/help.html.erb index 88cc3f58e..414381101 100644 --- a/app/views/site/help.html.erb +++ b/app/views/site/help.html.erb @@ -4,19 +4,19 @@

<%= t ".introduction" %>

-<% sites = %w[beginners_guide help mailing_lists forums irc switch2osm welcomemat wiki] %> +<% sites = %w[beginners_guide help mailing_lists forums community 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| %> +
+
<%= t ".#{site}.title" %> -
+

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

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