update bug daashboards
This commit is contained in:
12
vendor/knuckleswtf/scribe/resources/views/markdown/auth.blade.php
vendored
Normal file
12
vendor/knuckleswtf/scribe/resources/views/markdown/auth.blade.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
@php
|
||||
use Knuckles\Scribe\Tools\Utils as u;
|
||||
@endphp
|
||||
# {{ u::trans("scribe::headings.auth") }}
|
||||
|
||||
@if(!$isAuthed)
|
||||
{!! u::trans("scribe::auth.none") !!}
|
||||
@else
|
||||
{!! $authDescription !!}
|
||||
|
||||
{!! $extraAuthInfo !!}
|
||||
@endif
|
||||
Reference in New Issue
Block a user