Merge pull request #275 from Yohn/patch-1

Missed the <ul> tag
This commit is contained in:
Julian Prieber 2022-12-15 22:53:59 +01:00 committed by GitHub
commit b04263d46a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@ if($url1sb == '200' or $url2sb == '200') {
<img class="img logo" type="image/svg+xml" src="{{ asset('littlelink/images/logo.svg') }}" style="width:100px;">
@endif
</a>
<ul class="list-unstyled">
@if(auth()->user()->role == 'admin')
<li class="active">
<a href="#adminSubmenu" data-toggle="collapse" @if(Request::segment(1) == 'panel' ) class="dropdown-toggle" aria-expanded="true" @else class="dropdown-toggle collapsed" aria-expanded="false" @endif>Admin</a>