diff --git a/resources/views/portal/ninja2020/components/livewire/tasks-table.blade.php b/resources/views/portal/ninja2020/components/livewire/tasks-table.blade.php index ab2acb24397b..a4ff003c359a 100644 --- a/resources/views/portal/ninja2020/components/livewire/tasks-table.blade.php +++ b/resources/views/portal/ninja2020/components/livewire/tasks-table.blade.php @@ -15,22 +15,22 @@
+ | {{ ctrans('texts.description') }} | -+ | {{ ctrans('texts.project') }} | -+ | {{ ctrans('texts.status') }} | -+ | {{ ctrans('texts.duration') }} @@ -40,13 +40,13 @@ | ||||
---|---|---|---|---|---|---|---|---|---|---|---|
+ | {{ \Illuminate\Support\Str::limit($task->description, 80) }} | -+ | {{ $task->project?->name }} | -+ |
{!! $task->stringStatus() !!}
@@ -59,7 +59,7 @@
@endif
|
- + | {{ \Carbon\CarbonInterval::seconds($task->calcDuration())->cascade()->forHumans() }} |
+ | {{ ctrans('texts.date') }} | -+ | {{ ctrans('texts.duration') }} | -+ | {{ ctrans('texts.description') }} @@ -89,13 +89,13 @@ @foreach($task->processLogsExpandedNotation() as $log) @if(strlen($log['description']) > 1) | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|
+ | {{ $log['start_date']}} | -+ | {{ $log['duration']}} | -+ | {!! nl2br(e($log['description'])) !!} |