mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Fixed id to statuslabel in sidenav
This commit is contained in:
parent
60b271c6a8
commit
46a138c64b
|
@ -387,7 +387,7 @@
|
|||
@if (count($status_navs) > 0)
|
||||
<li class="divider"> </li>
|
||||
@foreach ($status_navs as $status_nav)
|
||||
<li><a href="{{ route('statuslabels.show', ['id' => $status_nav->id]) }}"}> {{ $status_nav->name }}</a></li>
|
||||
<li><a href="{{ route('statuslabels.show', ['statuslabel' => $status_nav->id]) }}"}> {{ $status_nav->name }}</a></li>
|
||||
@endforeach
|
||||
@endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue