Fix delete confirmation
This commit is contained in:
parent
bc60eabb05
commit
b37c62f5f1
|
@ -60,7 +60,7 @@
|
||||||
hx-trigger="click"
|
hx-trigger="click"
|
||||||
hx-target="#modals-here"
|
hx-target="#modals-here"
|
||||||
hx-swap="innerHTML"
|
hx-swap="innerHTML"
|
||||||
hx-confirm="Are you sure you wish to delete {{ item.name }}?"
|
hx-confirm="Are you sure you wish to delete {{ item.asset }}?"
|
||||||
class="button">
|
class="button">
|
||||||
<span class="icon-text">
|
<span class="icon-text">
|
||||||
<span class="icon">
|
<span class="icon">
|
||||||
|
|
Loading…
Reference in New Issue