Vulcan/packages/telescope-notifications/lib/client/templates/notification_post_approved.html

7 lines
186 B
HTML

<template name="notificationPostApproved">
<p>
{{_ "your_post"}}
<a href="{{postUrl}}" class="action-link">{{postTitle}}</a>
{{_ "has_been_approved"}}
</p>
</template>