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:
parent
e8cc8d80b3
commit
e24a707564
|
|
@ -56,6 +56,16 @@
|
|||
{{ $user->name }}
|
||||
</a>
|
||||
</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="text-secondary">
|
||||
ID:
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
<body>
|
||||
@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 class="AdminHeader">
|
||||
<span class="SiteBrand" href="{{ route('home') }}">
|
||||
|
|
|
|||
Loading…
Reference in New Issue