Vulcan/client/views/notifications/notification_new_reply.html

7 lines
No EOL
217 B
HTML

<template name="notification_new_reply">
<p>
<a href="{{profileUrl}}">{{author}}</a>
has replied to your comment on
<a href="{{postCommentUrl}}" class="action-link">{{postTitle}}</a>
</p>
</template>