X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/bc27347b8f8333b65962b8c00f76dc99a1095a8a..73c95847a6680bea7f35fe5b3da6eb4e52757b9c:/app/views/site/help.html.erb diff --git a/app/views/site/help.html.erb b/app/views/site/help.html.erb index 412dfc7f6..e6c65a992 100644 --- a/app/views/site/help.html.erb +++ b/app/views/site/help.html.erb @@ -1,16 +1,32 @@ <% content_for :heading do %> -
<%= t "help_page.introduction" %>
+<%= t ".introduction" %>
-<% ['welcome', 'help', 'wiki'].each do |site| %> -<%= t "help_page.#{site}.description" %>
+<% sites = %w[beginners_guide help mailing_lists forums irc switch2osm welcomemat wiki] %> +<% sites.prepend("welcome") if current_user %> + +<% sites.in_groups_of(3, false) do |group| %> +<%= t ".#{site}.description" %>
+