Vulcan/client/views/posts/modules/post_comments_link.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

8 lines
No EOL
252 B
HTML

<template name="postCommentsLink">
<div class="post-meta-item">
<a class="comments-link" href="/posts/{{_id}}">
<span class="count">{{commentCount}}</span>
<span class="action">{{i18n 'comments_'}}</span>
</a>
</div>
</template>