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