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

8 lines
188 B
HTML
Raw Normal View History

2015-05-18 10:12:48 +09:00
<template name="notification_post_approved">
<p>
{{_ "your_post"}}
<a href="{{postUrl}}" class="action-link">{{postTitle}}</a>
{{_ "has_been_approved"}}
</p>
</template>