Skip to content

Commit 8742c6a

Browse files
committed
Update update.blade.php
1 parent 2ebfe4d commit 8742c6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/views/update.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<p><?php if(file_exists(base_path("vbeta.json"))) {echo "Installed beta version= " . file_get_contents(base_path("vbeta.json"));} else {echo "Installed beta version= none";} ?></p>
3939
<p><?php if($Vgit > $Vlocal) {echo "You need to update to the latest mainline release";} else {echo "You're running the latest mainline release";} ?></p>
4040
@else
41+
<a target="_blank" href="https://github.com/JulianPrieber/littlelink-custom/releases"><code style="color:#222;transform:scale(.9);">{{$Vlocal}} -> {{$Vgit}}</code></a>
4142
<h4 class="">You can update your installation automatically or download the update and install it manually:</h4>
4243
@endif
4344
<br><div class="row">

0 commit comments

Comments
 (0)