Vulcan/client/views/posts/post_deleted.html
Daniel Chcouri 2605dcb27c Convert translation keys format to tap:i18n standard
all_lower_cased_underscored_sperated names
2014-11-19 00:00:09 +08:00

5 lines
No EOL
137 B
HTML

<template name="post_deleted">
<div class="grid-small grid-block">
<p>{{i18n "your_post_has_been_deleted"}}</p>
</div>
</template>