delphimvcframework/samples/htmx_mustache/bin/templates/delete_person_link.mustache

1 line
167 B
Plaintext
Raw Normal View History

<a hx-delete="/people/delete/{{guid}}" hx-confirm="Are you sure to delete {{first_name}} {{last_name}} ?" href="" hx-swap="delete" hx-target="closest tr">Delete</a>