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
8 lines
No EOL
377 B
Handlebars
8 lines
No EOL
377 B
Handlebars
<section class="creation-action-footer">
|
|
<button data-action="close">{{localize "Cancel"}}</button>
|
|
{{#if isLastTab}}
|
|
<button data-action="finish">{{localize "DAGGERHEART.APPLICATIONS.CharacterCreation.finishCreation"}}</button>
|
|
{{else}}
|
|
<button data-action="setupGoNext" {{disabled nextDisabled}}>{{localize "Next"}}</button>
|
|
{{/if}}
|
|
</section> |