Update update.blade.php

This commit is contained in:
Julian Prieber 2022-06-10 12:39:08 +02:00
parent fcc3134172
commit f4b88895ea

View File

@ -125,7 +125,10 @@ exit(); ?>
<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>
<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>
@else
<h4 class="">The update was successful, you can now return to the Admin Panel:</h4>
<h4 class="">The update was successful, you can now return to the Admin Panel.</h4>
<style>.noteslink:hover{color:#006fd5;text-shadow:0px 6px 7px rgba(23,10,6,0.66);}</style>
<a class="noteslink" href="https://github.com/JulianPrieber/littlelink-custom/releases/latest" target="_blank"><i class="fa-solid fa-up-right-from-square"></i> View the release notes</a>
<br>
@endif
<br><div class="row">
&ensp;<a class="btn" href="{{ route('studioIndex') }}"><button><i class="fa-solid fa-house-laptop btn"></i> Admin Panel</button></a>&ensp;