Skip to content

Commit

Permalink
change menu order
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarzin committed Nov 10, 2024
1 parent 10d5323 commit f5cc41e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions resources/views/layout.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@
</a>
</li>

<li>
<a href="/actions">
<span class="icon"><span class="mif-open-book"></span></span>
<span class="caption">{{ trans("menu.action_plan") }}</span>
</a>
</li>

<li>
<a href="#" class="dropdown-toggle">
<span class="icon"><span class="mif-meter"></span></span>
Expand All @@ -91,13 +98,6 @@
</ul>
</li>

<li>
<a href="/actions">
<span class="icon"><span class="mif-open-book"></span></span>
<span class="caption">{{ trans("menu.action_plan") }}</span>
</a>
</li>

<li><a href="/reports">
<span class="icon"><span class="mif-file-text"></span></span>
<span class="caption">{{ trans("menu.configuration.reports") }}</span>
Expand Down

0 comments on commit f5cc41e

Please sign in to comment.