From 931f6f8899a6347467f9e97123f32cae23c0bf35 Mon Sep 17 00:00:00 2001 From: Kimberley Cook Date: Thu, 10 Oct 2024 16:38:48 +0200 Subject: [PATCH] add support us section to chapter pages --- app/views/chapter/show.html.haml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/chapter/show.html.haml b/app/views/chapter/show.html.haml index 820efc786..b2b0995d2 100644 --- a/app/views/chapter/show.html.haml +++ b/app/views/chapter/show.html.haml @@ -50,3 +50,7 @@ .mt-5 .alert.alert-primary.mb-0 = t('chapters.contact', city: @chapter.name, email: @chapter.email) + +.py-4.py-lg-5.bg-light + .container + = render partial: 'shared/donation_platforms', locals: { title: t('homepage.donation_platforms.title'), with_button: true }