Skip to content

Commit

Permalink
Update reports.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
AW0005 authored Nov 23, 2024
1 parent 6c5b48a commit 25dbae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/home/reports.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a class="nav-link {{ !Request::get('type') || Request::get('type') == 'pending' ? 'active' : '' }}" href="{{ url('reports') }}">Pending</a>
</li>
<li class="nav-item">
<a class="nav-link {{ Request::get('type') == 'approved' ? 'active' : '' }}" href="{{ url('reports') . '?type=assigned' }}">Assigned</a>
<a class="nav-link {{ Request::get('type') == 'assigned' ? 'active' : '' }}" href="{{ url('reports') . '?type=assigned' }}">Assigned</a>
</li>
<li class="nav-item">
<a class="nav-link {{ Request::get('type') == 'closed' ? 'active' : '' }}" href="{{ url('reports') . '?type=closed' }}">Closed</a>
Expand Down

0 comments on commit 25dbae2

Please sign in to comment.