I hate HTML... it's so icky

This commit is contained in:
Oliver-Akins 2024-02-04 19:45:09 -07:00
parent 60cfd0f1bb
commit 68362def85
6 changed files with 15 additions and 0 deletions

View file

@ -32,12 +32,14 @@
{{/if}}
<div class="actions">
<button
type="button"
class="confirm"
data-embedded-edit="{{spell.uuid}}"
>
{{localize "dotdungeon.actor.pc.spells.edit"}}
</button>
<button
type="button"
class="neutral equal-padding"
aria-label="{{localize "dotdungeon.actor.pc.spells.aria.chat"}}"
data-message-type="Spell"
@ -50,6 +52,7 @@
</div>
</button>
<button
type="button"
class="danger equal-padding"
aria-label="{{localize "dotdungeon.actor.pc.spells.aria.delete"}}"
data-embedded-delete
@ -70,6 +73,7 @@
<button
type="button"
class="confirm"
data-embedded-create="Spell"
>