From e2e79ba549a7c2f668ccb9b0fab7d6245cb826c5 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 8 Mar 2023 17:40:34 +0000 Subject: [PATCH] Drop legacy forums from help page --- app/views/site/help.html.erb | 2 +- config/locales/en.yml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/app/views/site/help.html.erb b/app/views/site/help.html.erb index 414381101..ade1e9437 100644 --- a/app/views/site/help.html.erb +++ b/app/views/site/help.html.erb @@ -4,7 +4,7 @@

<%= t ".introduction" %>

-<% sites = %w[beginners_guide help mailing_lists forums community irc switch2osm welcomemat wiki] %> +<% sites = %w[beginners_guide help mailing_lists community irc switch2osm welcomemat wiki] %> <% sites.prepend("welcome") if current_user %>
diff --git a/config/locales/en.yml b/config/locales/en.yml index ca1d313c8..1c70e73b4 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2114,10 +2114,6 @@ en: url: https://lists.openstreetmap.org/ title: Mailing Lists description: Ask a question or discuss interesting matters on a wide range of topical or regional mailing lists. - forums: - url: https://forum.openstreetmap.org/ - title: Forums (Legacy) - description: Questions and discussions for those that prefer a bulletin board style interface. community: url: https://community.openstreetmap.org/ title: Community forum -- 2.45.1