rename /rpg-docs to /app
This commit is contained in:
3
app/client/globalHelpers/signedString.js
Normal file
3
app/client/globalHelpers/signedString.js
Normal file
@@ -0,0 +1,3 @@
|
||||
Template.registerHelper("signedString", function(number) {
|
||||
return number >= 0 ? "+" + number : "" + number;
|
||||
});
|
||||
Reference in New Issue
Block a user