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
1 changed files with 3 additions and 1 deletions

View File

@ -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}}
{{#if model}}
{{tag-list tags=model sortProperties=sortProperties titleKey=otherTagsTitleKey}} {{tag-list tags=model sortProperties=sortProperties titleKey=otherTagsTitleKey}}
{{/if}}