Vulcan/packages/telescope-notifications/lib/client/templates/notification_new_comment.html
2014-10-02 16:42:31 -04:00

7 lines
212 B
HTML

<template name="notificationNewComment">
<p>
<a href="{{profileUrl}}">{{author}}</a>
left a new comment on
<a href="{{postCommentUrl}}" class="action-link">{{postTitle}}</a>
</p>
</template>