Skip to content

Commit

Permalink
Merge pull request #2123 from codebar/add-support-us-component-to-cha…
Browse files Browse the repository at this point in the history
…pter-pages

Added the "Support us" section to chapter pages
  • Loading branch information
KimberleyCook authored Oct 11, 2024
2 parents 6c9285b + 931f6f8 commit df81681
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/views/chapter/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

0 comments on commit df81681

Please sign in to comment.