mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
* Removed main creation tab. Added equipment to remaining tab * Fixed MixedAncestry name setting * Fixed tab after first creation
7 lines
No EOL
319 B
Handlebars
7 lines
No EOL
319 B
Handlebars
<nav class='feature-tab sheet-tabs tabs setup-tabs' data-group='setup'>
|
|
{{#each tabs as |tab|}}
|
|
<button class='{{tab.id}} {{tab.cssClass}}' data-action='tab' data-group='{{tab.group}}' data-tab='{{tab.id}}' {{disabled tab.disabled}}>
|
|
{{localize tab.label}}
|
|
</button>
|
|
{{/each}}
|
|
</nav> |