BUGFIX: someone missed a replacement

This commit is contained in:
Sam 2014-03-26 13:22:04 +11:00
parent 0be7483f19
commit 49dbb992ad
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ Discourse.TopicView = Discourse.View.extend(Discourse.Scrolling, {
}
if (category) {
opts.catLink = Discourse.HTML.categoryLink(category, {showParent: true});
opts.catLink = Discourse.HTML.categoryBadge(category, {showParent: true});
} else {
opts.catLink = "<a href=\"" + Discourse.getURL("/categories") + "\">" + I18n.t("topic.browse_all_categories") + "</a>";
}