Vulcan/packages/nova-base-components/lib/server/emails/comments/newReply.handlebars
2016-03-30 09:25:25 +09:00

12 lines
No EOL
297 B
Handlebars

<span class="heading"><a href="{{profileUrl}}">{{authorName}}</a>
has replied to your comment on
<a href="{{postUrl}}" class="action-link">{{postTitle}}</a>:
</span>
<br/><br/>
<div class="comment-body">
{{{htmlBody}}}
</div>
<br>
<a href="{{commentUrl}}" class="action-link">Reply</a><br/><br/>