mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
8 lines
No EOL
210 B
JavaScript
8 lines
No EOL
210 B
JavaScript
Template.postInfo.helpers({
|
|
pointsUnitDisplayText: function(){
|
|
return this.upvotes == 1 ? i18n.t('point') : i18n.t('points');
|
|
},
|
|
getTemplate: function() {
|
|
return getTemplate("postAuthor");
|
|
}
|
|
}); |