Updated Admin Tree

Small fixes for admin tree.
This commit is contained in:
tersiswilvin 2022-09-01 03:18:00 -07:00
parent a4d7eab5de
commit e5273ee19c
1 changed files with 1 additions and 2 deletions

View File

@ -45,10 +45,9 @@
<a href="{{ route('profile', App\Models\User::where('name', $invited_by)->first()->id) }}" title="{{ $invited_by }}'s Profile" class="forwardArrow"></a> <a href="{{ route('profile', App\Models\User::where('name', $invited_by)->first()->id) }}" title="{{ $invited_by }}'s Profile" class="forwardArrow"></a>
<ul id="DropDown" class="TreeList"> <ul id="DropDown" class="TreeList">
<li class="subList"> <li class="subList">
<a href="/iphone/tree?q={{ $user->id }}&searchBy=id" title="{{ $user->name }}'s Invite Tree"> <a href="{{ route('profile', $user->id) }}" title="{{ $user->name }}'s Profile" class="RedirectArrow">
<span>{{ $user->name }}</span> <span>{{ $user->name }}</span>
</a> </a>
<a href="{{ route('profile', $user->id) }}" title="{{ $user->name }}'s Profile" class="forwardArrow"></a>
<ul class="TreeList"> <ul class="TreeList">
@foreach ($children as $child) @foreach ($children as $child)
<li> <li>