mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-23 10:59:54 +02:00
Simplify ActiveEffect sheet tags
This commit is contained in:
parent
9f29229c94
commit
cc6fdb47a9
2 changed files with 5 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<div class="item-tags">
|
||||
{{#each _getTags as |tag|}}
|
||||
{{#each (_getTags @root.document) as |tag|}}
|
||||
<div class="tag">
|
||||
{{tag}}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue