Vulcan/packages/nova-posts/lib/client/templates/modules/post_info.js

6 lines
134 B
JavaScript
Raw Normal View History

2015-05-18 10:30:08 +09:00
Template.post_info.helpers({
pointsUnitDisplayText: function(){
return this.upvotes === 1 ? __('point') : __('points');
2014-09-16 15:46:48 -04:00
}
2015-04-13 16:29:33 +09:00
});