mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
7 lines
225 B
HTML
7 lines
225 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>
|