Vulcan/packages/telescope-notifications/lib/client/templates/notification_new_reply.html

7 lines
215 B
HTML
Raw Normal View History

<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>