From e7e65e128a86e688004774932fbcd57a8825c7a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Tue, 16 Feb 2021 13:24:09 +0100 Subject: [PATCH] wip --- .../components/livewire/documents-table.blade.php | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/resources/views/portal/ninja2020/components/livewire/documents-table.blade.php b/resources/views/portal/ninja2020/components/livewire/documents-table.blade.php index fca73c1856..1cbb071de6 100644 --- a/resources/views/portal/ninja2020/components/livewire/documents-table.blade.php +++ b/resources/views/portal/ninja2020/components/livewire/documents-table.blade.php @@ -27,11 +27,6 @@ {{ ctrans('texts.name') }} - - - {{ ctrans('texts.resource') }} - - {{ ctrans('texts.type') }} @@ -45,7 +40,7 @@ {{ ctrans('texts.download') }} - + @@ -57,9 +52,6 @@ {{ Illuminate\Support\Str::limit($document->name, 20) }} - - {{ ((new \ReflectionClass($document->documentable))->getShortName()) }} - {{ App\Models\Document::$types[$document->type]['mime'] }}