Vulcan/client/views/nav/notification_new_reply.html
2014-08-20 17:03:54 +09:00

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>