BUGFIX: someone missed a replacement
This commit is contained in:
parent
0be7483f19
commit
49dbb992ad
|
@ -189,7 +189,7 @@ Discourse.TopicView = Discourse.View.extend(Discourse.Scrolling, {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (category) {
|
if (category) {
|
||||||
opts.catLink = Discourse.HTML.categoryLink(category, {showParent: true});
|
opts.catLink = Discourse.HTML.categoryBadge(category, {showParent: true});
|
||||||
} else {
|
} else {
|
||||||
opts.catLink = "<a href=\"" + Discourse.getURL("/categories") + "\">" + I18n.t("topic.browse_all_categories") + "</a>";
|
opts.catLink = "<a href=\"" + Discourse.getURL("/categories") + "\">" + I18n.t("topic.browse_all_categories") + "</a>";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue