FIX: don't show Other Tags on /tags if there aren't any to show
This commit is contained in:
parent
902c5d11cf
commit
764b6c005c
|
@ -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…
Reference in New Issue