Show origin actor and exclude tag if it is a top level actor tag without origin

This commit is contained in:
Carlos Fernandez 2026-06-23 05:55:25 -04:00
parent cc6fdb47a9
commit 8f621778d2
3 changed files with 11 additions and 8 deletions

View file

@ -1,5 +1,5 @@
<div class="item-tags">
{{#each (_getTags @root.document) as |tag|}}
{{#each _getTags as |tag|}}
<div class="tag">
{{tag}}
</div>