diff --git a/resources/views/livewire/ui/system/update-card.blade.php b/resources/views/livewire/ui/system/update-card.blade.php index b53c42d..e84d8f1 100644 --- a/resources/views/livewire/ui/system/update-card.blade.php +++ b/resources/views/livewire/ui/system/update-card.blade.php @@ -145,28 +145,41 @@ - {{-- Badge rechts --}} - - - {{ $this->hasUpdate ? 'Update verfügbar' : 'Aktuell' }} - +
+ + + {{ $this->hasUpdate ? 'Update verfügbar' : 'Aktuell' }} + + @if(!$this->hasUpdate) + + @endif +
+ -
- @if($this->hasUpdate) - - @endif -
+{{--
--}} +{{-- @if($this->hasUpdate)--}} +{{-- --}} +{{-- @endif--}} +{{--
--}} {{-- Fortschritt nur während running --}} @if($state === 'running')