Skip to content

Commit 701134b

Browse files
authored
Merge pull request #604 from dbarzin/dev
fix side menu
2 parents 1dc5540 + 12acefd commit 701134b

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)