Skip to content

Commit b04263d

Browse files
Merge pull request #275 from Yohn/patch-1
Missed the <ul> tag
2 parents 19d67bc + 0799b98 commit b04263d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/views/layouts/sidebar.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ function getUrlSatusCodesb($urlsb, $timeoutsb = 3)
187187
<img class="img logo" type="image/svg+xml" src="{{ asset('littlelink/images/logo.svg') }}" style="width:100px;">
188188
@endif
189189
</a>
190+
<ul class="list-unstyled">
190191
@if(auth()->user()->role == 'admin')
191192
<li class="active">
192193
<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>

0 commit comments

Comments
 (0)