mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
18 lines
358 B
Handlebars
18 lines
358 B
Handlebars
<span class="heading">
|
|
<a href="{{profileUrl}}">{{postAuthorName}}</a>
|
|
has a new post pending approval:
|
|
{{#if url}}
|
|
<a href="{{linkUrl}}" class="action-link">{{postTitle}}</a>
|
|
{{else}}
|
|
{{postTitle}}
|
|
{{/if}}
|
|
</span><br><br>
|
|
|
|
{{#if htmlBody}}
|
|
<div class="post-body">
|
|
{{{htmlBody}}}
|
|
</div>
|
|
<br>
|
|
{{/if}}
|
|
|
|
<a href="{{postUrl}}">Go to post</a><br><br>
|