mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
7 lines
213 B
HTML
7 lines
213 B
HTML
![]() |
<template name="notification_new_comment">
|
||
|
<p>
|
||
|
<a href="{{profileUrl}}">{{author}}</a>
|
||
|
left a new comment on
|
||
|
<a href="{{postCommentUrl}}" class="action-link">{{postTitle}}</a>
|
||
|
</p>
|
||
|
</template>
|