Some checks failed
Build and Push Docker Image to GHCR / build-and-push (push) Has been cancelled
In this realease, I have further optimized Passport. The css that Passport now uses is entirely handrolled and build via postcss (sadly). Several bugs have also been fixed in this release, as well as a few performance improvements relating to the admin UI.
11 lines
436 B
Handlebars
11 lines
436 B
Handlebars
<div id="link-delete-contents" class="hidden delete-modal">
|
|
<h3>Are you sure you want to delete this link?</h3>
|
|
<p>You are about to delete the link <strong id="link-name"></strong>. This action cannot be undone. Are
|
|
you sure you
|
|
want to continue?</p>
|
|
<div>
|
|
<button onclick="confirmDeleteLink()">Delete
|
|
link</button>
|
|
<button onclick="closeModal()">Cancel</button>
|
|
</div>
|
|
</div> |