From 1e9497d9ef8941a765245a8bb30d20ad6cc66e05 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Thu, 16 May 2013 13:36:58 -0400 Subject: [PATCH] FIX: Add unseen "*" icon on category list for new topics. --- .../discourse/templates/featured_topics.js.handlebars | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/javascripts/discourse/templates/featured_topics.js.handlebars b/app/assets/javascripts/discourse/templates/featured_topics.js.handlebars index 3ef9fe7dd89..d9c81ceb368 100644 --- a/app/assets/javascripts/discourse/templates/featured_topics.js.handlebars +++ b/app/assets/javascripts/discourse/templates/featured_topics.js.handlebars @@ -25,6 +25,9 @@ {{#if new_posts}} {{unbound new_posts}} {{/if}} + {{#if unseen}} + + {{/if}} {{number posts_count}}