mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-20 08:37:02 +01:00
Initial
This commit is contained in:
parent
7bbbdce739
commit
798cf8c761
12 changed files with 239 additions and 129 deletions
8
templates/levelup/tabs/footer.hbs
Normal file
8
templates/levelup/tabs/footer.hbs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<section class='tab-footer'>
|
||||
{{#unless levelupAuto}}
|
||||
<div class="levelup-footer">
|
||||
<button type="button" data-action="close">{{localize "Cancel"}}</button>
|
||||
<button type="button" data-action="save">{{localize "Save"}}</button>
|
||||
</div>
|
||||
{{/unless}}
|
||||
</section>
|
||||
Loading…
Add table
Add a link
Reference in a new issue