Skip to content

Commit 4739567

Browse files
committed
Update sidebar.blade.php
1 parent 0e257ef commit 4739567

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/views/layouts/sidebar.blade.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ function has_sslsb( $domain ) {
213213
<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>
214214
@endif
215215
@endif
216+
@elseif(env('NOTIFY_UPDATES') == 'false')
217+
{{-- No update checks --}}
216218
@else
217219
<?php // Checks if URL exists
218220
try {

0 commit comments

Comments
 (0)