Link Augments

enhances links with confirmation prompts and other utilities

Creating a link with class link-confirm will cause a confirmation prompt when navigated. Users without JavaScript will have a normal link.

<a href="/dangerous" class="link-confirm" data-message="Are you sure?">Delete Stuff</a>