mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
DEV: add plugin outlet to categories page (#14491)
This commit is contained in:
parent
b6937e936b
commit
aba08d1929
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
<div aria-role="heading" aria-level="2" class="table-heading">
|
<div aria-role="heading" aria-level="2" class="table-heading">
|
||||||
{{i18n (concat "filters." filter ".title")}}
|
{{i18n (concat "filters." filter ".title")}}
|
||||||
|
{{plugin-outlet name="categories-topics-table-heading" tagName=""}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{#if topics}}
|
{{#if topics}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue