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

7 lines
No EOL
213 B
HTML

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