mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
7 lines
218 B
HTML
7 lines
218 B
HTML
<template name="notificationNewComment">
|
|
<p>
|
|
<a href="{{profileUrl}}">{{author}}</a>
|
|
{{_ "left_a_new_comment_on"}}
|
|
<a href="{{postCommentUrl}}" class="action-link">{{postTitle}}</a>
|
|
</p>
|
|
</template>
|