mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2026-04-26 16:58:41 +00:00
book cases added
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
<x-comments::signed-layout>
|
||||
|
||||
You have been unsubscribed.
|
||||
|
||||
</x-comments::signed-layout>
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
<x-comments::signed-layout>
|
||||
|
||||
You have been unsubscribed from every comment notification.
|
||||
|
||||
</x-comments::signed-layout>
|
||||
Vendored
+14
@@ -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>
|
||||
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
<x-comments::signed-layout>
|
||||
|
||||
Do you want to unsubscribe?
|
||||
|
||||
<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