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 }