Vulcan/packages/telescope-email/lib/server/templates/emailNewPendingPost.handlebars

19 lines
360 B
Handlebars
Raw Normal View History

<span class="heading">
2015-01-22 09:19:52 +09:00
<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>