Skip to content

Commit

Permalink
add find rule to top
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Sep 18, 2024
1 parent d357a9a commit 712f918
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions resources/views/_snippets/menu_items.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ class="nav-link">Try Rector</a>
class="nav-link">Hire Team</a>
</li>

<li class="nav-item">
<a href="{{ action(\App\Controller\FindRuleController::class) }}"
class="nav-link">Find Rule</a>
@if (!isset($includeFooterLinks))
<div class="badge text-white bg-danger"
style="float:right; margin-top: -4.7em; margin-right: -.3em; font-size: .6em">NEW
</div>
@endif
</li>

<li class="nav-item">
<a href="{{ action(\App\Controller\InteractiveController::class) }}"
class="nav-link">Play & Learn</a>
Expand Down

0 comments on commit 712f918

Please sign in to comment.