From e2f17abd3dcb86961393cc81999466126c0405ce Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 29 Jun 2022 17:31:59 +0100 Subject: [PATCH] Bootstrap 5: Replace card-deck with a row-cols-* based grid --- app/views/site/help.html.erb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/views/site/help.html.erb b/app/views/site/help.html.erb index c82893e9d..640c59773 100644 --- a/app/views/site/help.html.erb +++ b/app/views/site/help.html.erb @@ -7,10 +7,10 @@ <% 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| %> -
- <% group.each do |site| %> - -- 2.39.5