Vulcan/packages/telescope-notifications/lib/server/templates/emailNewComment.handlebars
2015-06-24 15:38:14 +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/>