Auth: convert auth views and verification email to Nova layout
This commit is contained in:
@@ -0,0 +1 @@
|
||||
@include('forum.thread.components.attachment-list', ['attachments' => $attachments])
|
||||
@@ -0,0 +1 @@
|
||||
@include('forum.thread.components.author-badge', ['user' => $user])
|
||||
@@ -0,0 +1 @@
|
||||
@include('forum.thread.components.breadcrumbs', ['thread' => $thread, 'category' => $category])
|
||||
@@ -0,0 +1 @@
|
||||
@include('forum.thread.components.post-card', ['post' => $post, 'thread' => $thread ?? null, 'isOp' => $isOp ?? false])
|
||||
Reference in New Issue
Block a user