diff --git a/ghost/core/test/e2e-server/services/__snapshots__/recommendation-emails.test.js.snap b/ghost/core/test/e2e-server/services/__snapshots__/recommendation-emails.test.js.snap index 72e9497286..e6def3503a 100644 --- a/ghost/core/test/e2e-server/services/__snapshots__/recommendation-emails.test.js.snap +++ b/ghost/core/test/e2e-server/services/__snapshots__/recommendation-emails.test.js.snap @@ -1,219 +1,5 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`Incoming Recommendation Emails Sends a different email if we receive a recommendation back 1: [html 1] 1`] = ` -" - - - - - πŸ‘ New recommendation - - - - - - - - - - -
  -
- - - - - - - - - - -
- - - - - - - - - - - - - - -
- -

Great news!

-

One of the sites you're recommending is now recommending you back:

- -
- -
-
- -
Other Ghost Site
-
-
-
-
-
- - - - - - - -
- - - - - - -
View recommendations
-
-
-

You can also copy & paste this URL into your browser:

-

http://127.0.0.1:2369/ghost/#/settings-x/recommendations

-
-

This message was sent from 127.0.0.1 to jbloggs@example.com

-
-

Don’t want to receive these emails? Manage your preferences here.

-
-
- - - -
-
 
- - -" -`; - -exports[`Incoming Recommendation Emails Sends a different email if we receive a recommendation back 2: [text 1] 1`] = ` -" -You have been recommended by Other Ghost Site. - ---- - -Sent to jbloggs@example.com from 127.0.0.1. -If you would no longer like to receive these notifications you can adjust your settings at http://127.0.0.1:2369/ghost/#/settings-x/users/show/joe-bloggs. - " -`; - -exports[`Incoming Recommendation Emails Sends a different email if we receive a recommendation back 3: [metadata 1] 1`] = ` -Object { - "subject": "πŸ‘ New recommendation: Other Ghost Site", - "to": "jbloggs@example.com", -} -`; - exports[`Incoming Recommendation Emails Sends an email if we receive a recommendation 1: [html 1] 1`] = ` " @@ -329,7 +115,7 @@ exports[`Incoming Recommendation Emails Sends an email if we receive a recommend -
  +
@@ -345,17 +131,42 @@ exports[`Incoming Recommendation Emails Sends an email if we receive a recommend

Good news!

A new site is recommending you to their audience:

+
+ + + @@ -364,7 +175,7 @@ exports[`Incoming Recommendation Emails Sends an email if we receive a recommend
- +
Recommend back Recommend back
@@ -525,7 +336,7 @@ exports[`Incoming Recommendation Emails Sends an email if we receive a recommend -
  +
@@ -541,17 +352,42 @@ exports[`Incoming Recommendation Emails Sends an email if we receive a recommend

Good news!

A new site is recommending you to their audience:

+
+ + + @@ -560,7 +396,7 @@ exports[`Incoming Recommendation Emails Sends an email if we receive a recommend
- +
Recommend back Recommend back
diff --git a/ghost/staff-service/lib/email-templates/recommendation-received.hbs b/ghost/staff-service/lib/email-templates/recommendation-received.hbs index f013a11534..c9ddb44294 100644 --- a/ghost/staff-service/lib/email-templates/recommendation-received.hbs +++ b/ghost/staff-service/lib/email-templates/recommendation-received.hbs @@ -11,7 +11,7 @@ -
  +
@@ -32,14 +32,15 @@

A new site is recommending you to their audience:

{{/if}} +
+ + + @@ -59,7 +89,7 @@ {{#if recommendation.recommendingBack}} {{else}} - + {{/if}}
View recommendations Recommend back Recommend back