From 5e5cdd7e3758412851fffa56a9786ffa5d751e40 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 6 Sep 2015 12:07:22 -0400 Subject: getting colors from keywords --- public/assets/js/lib/views/index/threadbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/assets/js/lib/views/index/threadbox.js') diff --git a/public/assets/js/lib/views/index/threadbox.js b/public/assets/js/lib/views/index/threadbox.js index 069f85d..2e7d211 100644 --- a/public/assets/js/lib/views/index/threadbox.js +++ b/public/assets/js/lib/views/index/threadbox.js @@ -33,7 +33,7 @@ var ThreadBox = View.extend({ .replace(/{{username}}/g, thread.username) .replace(/{{privacy_dot}}/g, dot) .replace(/{{title}}/g, thread.title) - .replace(/{{age}}/g, get_age(thread.lastmodified) ) + .replace(/{{age}}/g, verbose_date(thread.lastmodified) ) .replace(/{{age_class}}/g, carbon_date(thread.lastmodified) ) .replace(/{{views}}/g, views[1]) .replace(/{{comments}}/g, comments[1]) -- cgit v1.2.3-70-g09d2