mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
6 lines
No EOL
212 B
Handlebars
6 lines
No EOL
212 B
Handlebars
<h4 class="tooltip-sub-title">{{localize label}}</h4>
|
|
<div class="tooltip-chips">
|
|
{{#each chips as | chip |}}
|
|
<div class="tooltip-chip">{{ifThen chip.value chip.value chip}}</div>
|
|
{{/each}}
|
|
</div> |