Skip to content

Commit df81681

Browse files
Merge pull request #2123 from codebar/add-support-us-component-to-chapter-pages
Added the "Support us" section to chapter pages
2 parents 6c9285b + 931f6f8 commit df81681

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/views/chapter/show.html.haml

+4
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@
5050
.mt-5
5151
.alert.alert-primary.mb-0
5252
= 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

Comments
 (0)