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 @@
</div>
<div class="actions">
<button
type="button"
class="confirm"
data-embedded-edit="{{aspect.uuid}}"
>
{{localize "dotdungeon.actor.pc.aspect.edit"}}
</button>
<button
type="button"
class="danger equal-padding"
aria-label="{{localize "dotdungeon.actor.pc.aspect.aria.delete"}}"
data-embedded-delete
@ -56,6 +58,7 @@
{{/each}}
{{#if (or computed.canAddAspect (dd-empty items.aspect))}}
<button
type="button"
class="confirm"
data-embedded-create="Aspect"
>