Skip to content

Commit

Permalink
fixing Notification for commenting on a post looks ugly with mention … (
Browse files Browse the repository at this point in the history
#349)

fixing Notification for commenting on a post looks ugly with mention in it

Co-authored-by: Bobby Kolev <[email protected]>
Co-authored-by: Valentin Yanakiev <[email protected]>
  • Loading branch information
3 people authored Dec 16, 2024
1 parent 5bd81a4 commit 934c3a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions service/src/templates/comment.reply.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ module.exports = () => ({
html: `{% extends "src/templates/_layouts/email-transactional.html" %}
{% block content %}Hi {{recipient.firstName}},<br><br>
<b><a href={{reply.createdByUrl}}>{{reply.createdBy}}</a></b> replied to your comment on "<a style="color:#1d384a; text-decoration: none;" href={{comment.commentUrl}}>{{comment.commentOrigin}}</a>":
<br><br>
<pre><i>"{{reply.message}}"</i></pre>
<br><br>
<b>{{reply.createdBy}}</b> replied to your comment on "<a style="color:#1d384a; text-decoration: none;" href={{comment.commentUrl}}>{{comment.commentOrigin}}</a>":
<br>
<pre><i>{{reply.message}}</i></pre>
<br>
<a class="action-button" href="{{comment.commentUrl}}">HAVE A LOOK!</a><br><br>
{% endblock %}
Expand Down

0 comments on commit 934c3a6

Please sign in to comment.