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

8 lines
221 B
HTML
Raw Normal View History

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