Vulcan/packages/telescope-notifications/lib/client/templates/notification_new_comment.html
2015-05-18 10:12:48 +09:00

7 lines
220 B
HTML

<template name="notification_new_comment">
<p>
<a href="{{profileUrl}}">{{author}}</a>
{{_ "left_a_new_comment_on"}}
<a href="{{postCommentUrl}}" class="action-link">{{postTitle}}</a>
</p>
</template>