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

7 lines
218 B
HTML

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