From e05a3569a1a1e71f6d73c2eb32868374791b13f3 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Tue, 9 Jul 2013 10:57:52 -0400 Subject: [PATCH] FIX: Deep linking into a category was losing the badge --- app/assets/javascripts/discourse/templates/header.js.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/templates/header.js.handlebars b/app/assets/javascripts/discourse/templates/header.js.handlebars index 0a68ca98dd0..dab31977d16 100644 --- a/app/assets/javascripts/discourse/templates/header.js.handlebars +++ b/app/assets/javascripts/discourse/templates/header.js.handlebars @@ -20,7 +20,7 @@ {{i18n topic.loading}} {{/if}} {{/if}} - {{categoryLink topic.category}} + {{boundCategoryLink topic.category}}