mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2026-05-14 18:14:53 +00:00
book cases added
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<x-comments::signed-layout>
|
||||
|
||||
The comment has been approved.
|
||||
|
||||
</x-comments::signed-layout>
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
<x-comments::signed-layout>
|
||||
|
||||
Do you want to approve the comment?
|
||||
|
||||
<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>
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
<x-comments::signed-layout>
|
||||
|
||||
The comment has been rejected.
|
||||
|
||||
</x-comments::signed-layout>
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
<x-comments::signed-layout>
|
||||
|
||||
Do you want to reject the comment?
|
||||
|
||||
<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>
|
||||
+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>
|
||||
@@ -0,0 +1,10 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
{{ $slot }}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user