Sometimes files come in without descriptions
This commit is contained in:
parent
afb8ad9d17
commit
4b309871ec
@ -178,7 +178,7 @@
|
|||||||
<td>{{ $oo->name }}</td>
|
<td>{{ $oo->name }}</td>
|
||||||
<td class="text-end">{{ number_format($oo->size) }}</td>
|
<td class="text-end">{{ number_format($oo->size) }}</td>
|
||||||
<td>{{ $oo->datetime->format('Y-m-d H:i:s') }}</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>
|
</tr>
|
||||||
@endforeach
|
@endforeach
|
||||||
</tbody>
|
</tbody>
|
||||||
|
Loading…
Reference in New Issue
Block a user