From 18bc066a1a2e6737f1b5e5684e020e69e7dffdd0 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Mon, 20 Nov 2023 00:16:53 +0000 Subject: [PATCH] Remove DGR references --- app/views/_tailwind/application/_footer.html.erb | 4 ++-- app/views/alert_mailer/_eofy_fundraiser.html.haml | 3 --- app/views/application/_banner.haml | 2 -- app/views/application/_footer.html.erb | 2 +- 4 files changed, 3 insertions(+), 8 deletions(-) diff --git a/app/views/_tailwind/application/_footer.html.erb b/app/views/_tailwind/application/_footer.html.erb index 5b35bcb9a..6ba893f59 100644 --- a/app/views/_tailwind/application/_footer.html.erb +++ b/app/views/_tailwind/application/_footer.html.erb @@ -27,7 +27,7 @@
-

Your tax deductible donations keep this site and others like it running

+

Your donations keep this site and others like it running

<%= render Tailwind::ButtonComponent.new(tag: :a, size: "lg", type: :inverse, href: "https://www.oaf.org.au/donate/") do %> Donate now @@ -54,7 +54,7 @@

- OpenAustralia Foundation is a registered charity in Australia - company limited by guarantee and endorsed as a deductible gift recipient. + OpenAustralia Foundation is a registered charity in Australia - company limited by guarantee. ABN 24 138 089 942.

diff --git a/app/views/alert_mailer/_eofy_fundraiser.html.haml b/app/views/alert_mailer/_eofy_fundraiser.html.haml index 55fef9574..580c44126 100644 --- a/app/views/alert_mailer/_eofy_fundraiser.html.haml +++ b/app/views/alert_mailer/_eofy_fundraiser.html.haml @@ -13,8 +13,5 @@ urgently needs your help to keep running for the next 12 months — - Your donation is - %strong - tax deductible %p = link_to "Donate now", "https://donate.planningalerts.org.au?utm_source=pa_alert", class: "button" diff --git a/app/views/application/_banner.haml b/app/views/application/_banner.haml index 4e1e73aa6..afb13d64d 100644 --- a/app/views/application/_banner.haml +++ b/app/views/application/_banner.haml @@ -2,5 +2,3 @@ .pa-container = link_to "https://donate.planningalerts.org.au?utm_source=pa_banner" do PlanningAlerts urgently needs your help to keep running for the next 12 months - — - Your donation is tax deductible. diff --git a/app/views/application/_footer.html.erb b/app/views/application/_footer.html.erb index 121bf2a67..d2df5851c 100644 --- a/app/views/application/_footer.html.erb +++ b/app/views/application/_footer.html.erb @@ -4,7 +4,7 @@

This independent project is run by a local charity, the <%= link_to "OpenAustralia Foundation", "https://www.openaustraliafoundation.org.au", title: "The OpenAustralia Foundation builds free tools to simplify the discovery and use of public data." %>. - PlanningAlerts is powered by small, tax-deductible donations from the people who use it to stay informed about changes to their + PlanningAlerts is powered by small donations from the people who use it to stay informed about changes to their local area. If you find it useful, chip in to support PlanningAlerts.

<%= link_to "Back PlanningAlerts", donate_url, class: "button button-rounded button-large button-action media-object", title: "Make a donation to support PlanningAlerts", onClick: "_gaq.push(['_trackEvent', 'Donations', 'click donation link', 'donations footer banner']);" %>