We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c9285b + 931f6f8 commit df81681Copy full SHA for df81681
app/views/chapter/show.html.haml
@@ -50,3 +50,7 @@
50
.mt-5
51
.alert.alert-primary.mb-0
52
= t('chapters.contact', city: @chapter.name, email: @chapter.email)
53
+
54
+.py-4.py-lg-5.bg-light
55
+ .container
56
+ = render partial: 'shared/donation_platforms', locals: { title: t('homepage.donation_platforms.title'), with_button: true }
0 commit comments