mirror of
https://github.com/vale981/Vulcan
synced 2025-03-12 13:36:37 -04:00
13 lines
No EOL
391 B
Handlebars
13 lines
No EOL
391 B
Handlebars
<span class="heading">
|
|
<a href="{{CommentsSingle.user.pageUrl}}">{{CommentsSingle.user.displayName}}</a>
|
|
left a new comment on
|
|
<a href="{{CommentsSingle.post.pageUrl}}" class="action-link">{{CommentsSingle.post.title}}</a>:
|
|
</span>
|
|
<br/><br/>
|
|
|
|
<div class="comment-body">
|
|
{{{CommentsSingle.htmlBody}}}
|
|
</div>
|
|
<br>
|
|
|
|
<a href="{{CommentsSingle.pageUrl}}" class="action-link">Reply</a><br/><br/> |