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

8 lines
226 B
HTML
Raw Normal View History

<template name="notificationNewReply">
<p>
2014-10-02 16:42:31 -04:00
<a href="{{profileUrl}}">{{author}}</a>
2014-11-20 14:55:34 +09:00
{{i18n "has_replied_to_your_comment_on"}}
<a href="{{postCommentUrl}}" class="action-link">{{postTitle}}</a>
</p>
2014-10-02 16:42:31 -04:00
</template>