Vulcan/client/views/nav/notification_new_comment.html

7 lines
213 B
HTML
Raw Normal View History

<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>