Vulcan/packages/_telescope-notifications/lib/client/templates/notification_new_reply.html
2016-02-17 11:28:06 +09:00

7 lines
225 B
HTML

<template name="notification_new_reply">
<p>
<a href="{{profileUrl}}">{{authorName}}</a>
{{_ "has_replied_to_your_comment_on"}}
<a href="{{commentUrl}}" class="action-link">{{postTitle}}</a>
</p>
</template>