Vulcan/packages/telescope-notifications/lib/client/templates/notification_new_reply.html
2014-09-20 09:57:09 +09:00

7 lines
No EOL
215 B
HTML

<template name="notificationNewReply">
<p>
<a href="{{profileUrl}}">{{author}}</a>
has replied to your comment on
<a href="{{postCommentUrl}}" class="action-link">{{postTitle}}</a>
</p>
</template>