mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: show all parent categories for destination topic
This commit is contained in:
parent
08f1866152
commit
3bcd1485f7
@ -17,10 +17,7 @@
|
|||||||
{{t.title}}
|
{{t.title}}
|
||||||
</span>
|
</span>
|
||||||
<span class="topic-categories">
|
<span class="topic-categories">
|
||||||
{{#if t.category.parentCategory}}
|
{{bound-category-link t.category recursive=true hideParent=true}}
|
||||||
{{bound-category-link t.category.parentCategory}}
|
|
||||||
{{/if}}
|
|
||||||
{{bound-category-link t.category}}
|
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user