mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 15:03:37 +02:00
10 lines
No EOL
361 B
Handlebars
10 lines
No EOL
361 B
Handlebars
<footer class="form-footer">
|
|
<button type="button" data-action="reset">
|
|
<i class="fa-solid fa-arrow-rotate-left"></i>
|
|
<span>{{localize "ACTIONS.Reset"}}</span>
|
|
</button>
|
|
<button type="button" data-action="save" >
|
|
<i class="fa-solid fa-floppy-disk"></i>
|
|
<span>{{localize "EDITOR.Save"}}</span>
|
|
</button>
|
|
</footer> |