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

13 lines
No EOL
290 B
Handlebars

<span class="heading">
<a href="{{profileUrl}}">{{authorName}}</a>
left a new 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/>