Vulcan/server/templates/emailNewReply.handlebars

12 lines
305 B
Handlebars
Raw Normal View History

<span class="heading"><a href="{{profileUrl}}">{{comment.author}}</a>
2014-08-03 11:50:10 +09:00
has replied to your comment on
<a href="{{postLink}}" class="action-link">{{post.title}}</a>:
2014-08-04 09:47:10 +09:00
</span>
<br/><br/>
2014-08-03 11:50:10 +09:00
2014-08-04 09:47:10 +09:00
<div class="comment-body">
{{{body}}}
</div>
<br>
<a href="{{postCommentUrl}}" class="action-link">Discuss</a><br/><br/>