6 lines
191 B
JavaScript
6 lines
191 B
JavaScript
import { categoryLinkHTML } from 'discourse/lib/html-builder';
|
|
|
|
Handlebars.registerHelper('category-link-raw', function(property, options) {
|
|
return categoryLinkHTML(property, options);
|
|
});
|