Skip to content

Commit 5840ef1

Browse files
committed
Fixed #17560
Signed-off-by: snipe <[email protected]>
1 parent 7974bad commit 5840ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/layouts/default.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@
821821
</a>
822822
</li>
823823
<li {{!! (request()->is('ui.reports.maintenances') ? ' class="active"' : '') !!}}>
824-
<a href="{{ url('ui.reports.maintenances') }}">
824+
<a href="{{ route('ui.reports.maintenances') }}">
825825
{{ trans('general.asset_maintenance_report') }}
826826
</a>
827827
</li>

0 commit comments

Comments
 (0)