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