mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
FIX: don't show Other Tags on /tags if there aren't any to show
This commit is contained in:
parent
902c5d11cf
commit
764b6c005c
1 changed files with 3 additions and 1 deletions
|
@ -27,4 +27,6 @@
|
||||||
{{tag-list tags=tagGroup.tags sortProperties=sortProperties tagGroupName=tagGroup.name}}
|
{{tag-list tags=tagGroup.tags sortProperties=sortProperties tagGroupName=tagGroup.name}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
|
||||||
{{tag-list tags=model sortProperties=sortProperties titleKey=otherTagsTitleKey}}
|
{{#if model}}
|
||||||
|
{{tag-list tags=model sortProperties=sortProperties titleKey=otherTagsTitleKey}}
|
||||||
|
{{/if}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue