2014-09-20 09:57:09 +09:00
|
|
|
<template name="notificationNewComment">
|
2014-08-04 11:22:43 +09:00
|
|
|
<p>
|
|
|
|
<a href="{{profileUrl}}">{{author}}</a>
|
|
|
|
left a new comment on
|
|
|
|
<a href="{{postCommentUrl}}" class="action-link">{{postTitle}}</a>
|
|
|
|
</p>
|
2014-10-02 16:42:31 -04:00
|
|
|
</template>
|