Temp reverted the new panel

Temp reverting the admin panel for debugging purposes for the 500 internal issue, the new panel will be back up shortly if we find the issue.
This commit is contained in:
tersiswilvin 2022-09-02 21:38:36 -07:00
parent e8cc8d80b3
commit e24a707564
2 changed files with 11 additions and 1 deletions

View File

@ -56,6 +56,16 @@
{{ $user->name }} {{ $user->name }}
</a> </a>
</div> </div>
@if ($user->settings->changed_name)
<div class="Row">
<div class="text-secondary">
Previus Username:
</div>
<a class="text-secondary">
{{ $user->settings->old_name }}
</a>
</div>
@endif
<div class="Row"> <div class="Row">
<div class="text-secondary"> <div class="text-secondary">
ID: ID:

View File

@ -23,7 +23,7 @@
<body> <body>
@yield('alert') @yield('alert')
<div id="MasterContainer" class="NewPanel AdminPanel" style="width: 100%;"> <div id="MasterContainer" class="AdminPanel" style="width: 100%;">
<div id="AdminWrapper" class="Navigation"> <div id="AdminWrapper" class="Navigation">
<div class="AdminHeader"> <div class="AdminHeader">
<span class="SiteBrand" href="{{ route('home') }}"> <span class="SiteBrand" href="{{ route('home') }}">