Skip to content

Commit 12acefd

Browse files
committed
fix side menu
1 parent 8fb8c05 commit 12acefd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/layout.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@
9191
<span class="caption">{{ trans("menu.action_plan") }}</span>
9292
</a>
9393
</li>
94-
<li class="{{ request()->is('action*') ? 'active': '' }}">
94+
<li class="{{ request()->is('risk*') ? 'active': '' }}">
9595
<a href="/risk/matrix">
9696
<span class="icon mif-warning"></span>
9797
<span class="caption">{{ trans("menu.risks") }}</span>
9898
</a>
9999
</li>
100-
<li class="{{ request()->is('action*') ? 'active': '' }}">
100+
<li class="{{ request()->is('exceptions*') ? 'active': '' }}">
101101
<a href="/">
102102
<span class="icon mif-star-empty"></span>
103103
<span class="caption">{{ trans("menu.exceptions") }}</span>

0 commit comments

Comments
 (0)