diff --git a/resources/views/filament/pages/information/list-study-groups.blade.php b/resources/views/filament/pages/information/list-study-groups.blade.php index 3164c63..b03d3f6 100644 --- a/resources/views/filament/pages/information/list-study-groups.blade.php +++ b/resources/views/filament/pages/information/list-study-groups.blade.php @@ -133,12 +133,18 @@ class="text-[10px] font-bold px-1.5 py-0.5 rounded bg-violet-50 dark:bg-violet-5 @canAny(['Update:StudyGroup', 'Delete:StudyGroup'])
$isMyGroup, + 'rounded-b-xl', + 'bg-primary-100/30 dark:bg-primary-900/10' => $isMyGroup, ])> - {{ ($this->editStudyGroupAction)(['studyGroup' => $record->id]) }} +
!$isMyGroup, + 'border-primary-200 dark:border-primary-800' => $isMyGroup, + ])> + {{ ($this->editStudyGroupAction)(['studyGroup' => $record->id]) }} - {{ ($this->deleteStudyGroupAction)(['studyGroup' => $record->id]) }} + {{ ($this->deleteStudyGroupAction)(['studyGroup' => $record->id]) }} +
@endcanAny