Skip to content

Commit

Permalink
Remove DGR references
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Nov 20, 2023
1 parent 9be5758 commit 18bc066
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app/views/_tailwind/application/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<div class="col-span-12 p-6 border border-white md:col-span-3">
<div>
<p>Your tax deductible donations keep this site and others like it running</p>
<p>Your donations keep this site and others like it running</p>
<div class="mt-4">
<%= render Tailwind::ButtonComponent.new(tag: :a, size: "lg", type: :inverse, href: "https://www.oaf.org.au/donate/") do %>
Donate now
Expand All @@ -54,7 +54,7 @@
<div class="col-span-12 md:col-span-4">
<div class="space-y-8">
<p>
<a href="https://www.oaf.org.au/" class="underline">OpenAustralia Foundation</a> is a <a href="https://www.acnc.gov.au/charity/charities/6bf25724-39af-e811-a960-000d3ad24282/profile" class="underline">registered charity</a> in Australia - company limited by guarantee and endorsed as a deductible gift recipient.
<a href="https://www.oaf.org.au/" class="underline">OpenAustralia Foundation</a> is a <a href="https://www.acnc.gov.au/charity/charities/6bf25724-39af-e811-a960-000d3ad24282/profile" class="underline">registered charity</a> in Australia - company limited by guarantee.
ABN&nbsp;<a href="https://www.abr.business.gov.au/ABN/View/24138089942" class="underline">24&nbsp;138&nbsp;089&nbsp;942</a>.
</p>
<p>
Expand Down
3 changes: 0 additions & 3 deletions app/views/alert_mailer/_eofy_fundraiser.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,5 @@
urgently needs your help
to keep running for the next 12 months
&mdash;
Your donation is
%strong
tax deductible
%p
= link_to "Donate now", "https://donate.planningalerts.org.au?utm_source=pa_alert", class: "button"
2 changes: 0 additions & 2 deletions app/views/application/_banner.haml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@
.pa-container
= link_to "https://donate.planningalerts.org.au?utm_source=pa_banner" do
PlanningAlerts <strong>urgently needs your help</strong> to keep running for the next 12 months
&mdash;
Your donation is <strong>tax deductible</strong>.
2 changes: 1 addition & 1 deletion app/views/application/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<p class="media-body">
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&nbsp;area. If&nbsp;you find it useful, chip in to support&nbsp;PlanningAlerts.
</p>
<%= 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']);" %>
Expand Down

0 comments on commit 18bc066

Please sign in to comment.