Vulcan/packages/telescope-notifications/lib/client/templates/notification_new_reply.html
2014-11-24 11:27:07 +09:00

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