Vulcan/packages/telescope-posts/lib/client/templates/modules/post_info.js
2015-05-18 10:30:08 +09:00

5 lines
142 B
JavaScript

Template.post_info.helpers({
pointsUnitDisplayText: function(){
return this.upvotes === 1 ? i18n.t('point') : i18n.t('points');
}
});