daggerheart/templates/settings/homebrew-settings/footer.hbs
2026-04-11 22:19:52 +02:00

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>