Vulcan/client/views/comments/comment_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
143 B
HTML

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