Vulcan/packages/telescope-notifications/lib/client/templates/notification_new_reply.html
2014-11-20 14:55:34 +09:00

7 lines
226 B
HTML

<template name="notificationNewReply">
<p>
<a href="{{profileUrl}}">{{author}}</a>
{{i18n "has_replied_to_your_comment_on"}}
<a href="{{postCommentUrl}}" class="action-link">{{postTitle}}</a>
</p>
</template>