Update theme-updater.blade.php

UPdate FIx
This commit is contained in:
Frank 2023-06-19 10:56:00 +02:00 committed by GitHub
parent e72e7db2cc
commit 9ad0fff5ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@
} } ?>
</table>
</div>
<a href="'. url('update/theme') .'" onclick="updateicon()" class="btn btn-gray ms-3 mb-4">
<a href="{{ url('update/theme') }}" onclick="updateicon()" class="btn btn-gray ms-3 mb-4">
<span id="updateicon"><i class="bi bi-arrow-repeat"></i></span> {{__('messages.Update all themes')}}
</a>
</div>
@ -222,4 +222,4 @@ try{ if($GLOBALS['updateAv'] == true) echo '<p class="mt-3 ml-3 h2""><span class
</script>
@endif
@endif
@endif