2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

FIX: don't show Other Tags on /tags if there aren't any to show

This commit is contained in:
Neil Lalonde 2018-02-27 22:30:32 -05:00
parent 902c5d11cf
commit 764b6c005c

View file

@ -27,4 +27,6 @@
{{tag-list tags=tagGroup.tags sortProperties=sortProperties tagGroupName=tagGroup.name}}
{{/each}}
{{tag-list tags=model sortProperties=sortProperties titleKey=otherTagsTitleKey}}
{{#if model}}
{{tag-list tags=model sortProperties=sortProperties titleKey=otherTagsTitleKey}}
{{/if}}