comment_item.js 181 B

1234567891011121314
  1. /**
  2. * @file
  3. *
  4. *
  5. * User: marand
  6. * Date: 05/09/15
  7. * Time: 22:10
  8. */
  9. Template.commentItem.helpers({
  10. submittedText: function () {
  11. return this.submitted.toString();
  12. }
  13. });