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

8 lines
223 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>