We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df384df commit 387b67dCopy full SHA for 387b67d
resources/views/layouts/sidebar.blade.php
@@ -210,7 +210,7 @@ function has_sslsb( $domain ) {
210
211
<! –– If user has role admin AND newest GitHub release version is higher than the local one an update notice will be displayed ––>
212
@if(auth()->user()->role == 'admin' and $Vgit > $Vlocal)
213
- <a style="color:#007bff" class="nav-link" href="{{route('update')}}" title="Click here to learn more about how to update">An update is available</a>
+ <a style="color:#007bff" class="nav-link" href="{{ url('update') }}" title="Click here to learn more about how to update">An update is available</a>
214
@endif
215
216
@elseif(env('NOTIFY_UPDATES') == 'major')
0 commit comments