mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
7 lines
226 B
HTML
7 lines
226 B
HTML
<template name="notificationNewReply">
|
|
<p>
|
|
<a href="{{profileUrl}}">{{author}}</a>
|
|
{{i18n "has_replied_to_your_comment_on"}}
|
|
<a href="{{postCommentUrl}}" class="action-link">{{postTitle}}</a>
|
|
</p>
|
|
</template>
|