mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
book cases added
This commit is contained in:
14
resources/views/vendor/comments/signed/notificationSubscription/unsubscribeAllApproval.blade.php
vendored
Normal file
14
resources/views/vendor/comments/signed/notificationSubscription/unsubscribeAllApproval.blade.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<x-comments::signed-layout>
|
||||
|
||||
Do you want to unsubscribe from every comment notification?
|
||||
|
||||
<form class="form" method="POST">
|
||||
@csrf
|
||||
<button id="confirmationButton" class="button" type="submit">Approve</button>
|
||||
</form>
|
||||
|
||||
</x-comments::signed-layout>
|
||||
|
||||
<script>
|
||||
document.getElementById("confirmationButton").click();
|
||||
</script>
|
||||
Reference in New Issue
Block a user