X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/68a3df4d53c84508bf443058040379c3a18eb1a7..99f5d5159542171d5b3549a2cf0f0d801ea5d88b:/app/views/site/help.html.erb diff --git a/app/views/site/help.html.erb b/app/views/site/help.html.erb index a1b1adb92..c82893e9d 100644 --- a/app/views/site/help.html.erb +++ b/app/views/site/help.html.erb @@ -1,18 +1,32 @@ <% content_for :heading do %> -
<%= t "help_page.introduction" %>
+<%= t ".introduction" %>
-<% ['welcome', 'help', 'wiki'].each do |site| %> - <% unless site == 'welcome' && !@user %> -<%= 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" %>
+