mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
8 lines
No EOL
404 B
Handlebars
8 lines
No EOL
404 B
Handlebars
<section class="creation-action-footer">
|
|
<button data-action="close">{{localize "COMMON.Cancel"}}</button>
|
|
{{#if isLastTab}}
|
|
<button data-action="finish">{{localize "DAGGERHEART.APPLICATIONS.CharacterCreation.finishCreation"}}</button>
|
|
{{else}}
|
|
<button data-action="setupGoNext" {{disabled nextDisabled}}>{{localize "DAGGERHEART.GENERAL.next"}}</button>
|
|
{{/if}}
|
|
</section> |