diff --git a/ghost/core/core/server/services/comments/email-templates/new-comment-reply.hbs b/ghost/core/core/server/services/comments/email-templates/new-comment-reply.hbs index 1ffe1546a8..c3866d83d3 100644 --- a/ghost/core/core/server/services/comments/email-templates/new-comment-reply.hbs +++ b/ghost/core/core/server/services/comments/email-templates/new-comment-reply.hbs @@ -118,18 +118,16 @@

Hey there,

Someone just replied to your comment on {{postTitle}}.

- +
-
- - - - -
{{memberInitials}}
+
+
+ {{memberInitials}} +

{{memberName}}

diff --git a/ghost/core/core/server/services/comments/email-templates/new-comment.hbs b/ghost/core/core/server/services/comments/email-templates/new-comment.hbs index 5340bf1f86..fdeb048b9c 100644 --- a/ghost/core/core/server/services/comments/email-templates/new-comment.hbs +++ b/ghost/core/core/server/services/comments/email-templates/new-comment.hbs @@ -118,18 +118,16 @@

Hey there,

Someone just left a comment on your post {{postTitle}}.

- +
-
- - - - -
{{memberInitials}}
+
+
+ {{memberInitials}} +

{{memberName}}

diff --git a/ghost/core/core/server/services/comments/email-templates/report.hbs b/ghost/core/core/server/services/comments/email-templates/report.hbs index a14c82269b..a03ae138e7 100644 --- a/ghost/core/core/server/services/comments/email-templates/report.hbs +++ b/ghost/core/core/server/services/comments/email-templates/report.hbs @@ -118,18 +118,16 @@

Hey there,

{{reporter}} has reported the comment below on {{postTitle}}. This comment will remain visible until you choose to remove it, which can be done directly on the post.

- +
-
- - - - -
{{memberInitials}}
+
+
+ {{memberInitials}} +

{{memberName}}