Sometimes files come in without descriptions
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 35s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 1m48s
Create Docker Image / Final Docker Image Manifest (push) Successful in 10s

This commit is contained in:
Deon George 2024-10-24 15:37:41 +11:00
parent afb8ad9d17
commit 4b309871ec

View File

@ -178,7 +178,7 @@
<td>{{ $oo->name }}</td>
<td class="text-end">{{ number_format($oo->size) }}</td>
<td>{{ $oo->datetime->format('Y-m-d H:i:s') }}</td>
<td><small>{!! Message::tr($oo->desc) !!}</small></td>
<td><small>{!! Message::tr($oo->desc ?: '') !!}</small></td>
</tr>
@endforeach
</tbody>