diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-07 01:44:04 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-07 01:44:04 -0400 |
| commit | a19867180c1bf221f8a5d1d1115c9a0ba95d1b63 (patch) | |
| tree | 54b2c6f7bd7971ebb3782e25be5ca2a08fbdc5bd /public/assets/js/lib/views/details/comments.js | |
| parent | 2bb87671b1c5b59d6c770627b99a17a784f81e1d (diff) | |
comments styling
Diffstat (limited to 'public/assets/js/lib/views/details/comments.js')
| -rw-r--r-- | public/assets/js/lib/views/details/comments.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/js/lib/views/details/comments.js b/public/assets/js/lib/views/details/comments.js index 164a3b1..168cc3f 100644 --- a/public/assets/js/lib/views/details/comments.js +++ b/public/assets/js/lib/views/details/comments.js @@ -15,7 +15,7 @@ var CommentsView = FormView.extend({ }, parse: function(comment){ - var datetime = verbose_date(comment.date) + var datetime = verbose_date(comment.date, true) var t = this.template.replace(/{{username}}/g, comment.username) .replace(/{{comment}}/g, comment.comment) .replace(/{{date}}/g, datetime[0]) |
