Sometimes files come in without descriptions
This commit is contained in:
parent
afb8ad9d17
commit
4b309871ec
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user