daggerheart/templates/sheets/actors/npc/navigation.hbs
WBHarry 53f15a7fde
Some checks are pending
Project CI / build (24.x) (push) Waiting to run
[Feature] NPC Actors (#1949)
2026-05-30 21:11:43 -04:00

7 lines
No EOL
394 B
Handlebars

<div class="npc-navigation">
{{#> 'systems/daggerheart/templates/sheets/global/tabs/tab-navigation.hbs'}}
<button type="button" data-action="openSettings" data-tooltip-text="{{localize "DAGGERHEART.UI.Tooltip.openSheetSettings"}}">
<i class="fa-solid fa-wrench"></i>
</button>
{{/'systems/daggerheart/templates/sheets/global/tabs/tab-navigation.hbs'}}
</div>