diff --git a/ghost/staff-service/lib/email-templates/donation.hbs b/ghost/staff-service/lib/email-templates/donation.hbs index d4652c1dc8..35c87372c4 100644 --- a/ghost/staff-service/lib/email-templates/donation.hbs +++ b/ghost/staff-service/lib/email-templates/donation.hbs @@ -37,7 +37,7 @@
From:
-{{donation.name}} ({{donation.email}})
+{{donation.name}} {{#if memberData}}View →{{/if}}
Amount received:
{{donation.amount}}
{{#if donation.donationMessage}} @@ -63,27 +63,16 @@- {{#if memberData}} - View member - {{else}} - View dashboard - {{/if}} + | + Say thanks |
- Or copy and paste this URL into your browser: -{{#if memberData}}{{memberData.adminUrl}}{{else}}{{adminUrl}}{{/if}} - |
-