storage path reviewed

This commit is contained in:
Amministratore 2025-10-21 14:01:40 +02:00 committed by Flavio Barachino
parent d35a222c7d
commit 145a1db14d

View File

@ -51,7 +51,7 @@
@foreach($documenti as $documento)
<tr>
<td><a href="/storage/tenant{{tenant('id')}}/{{ $documento->filename }}"><i class="fas fa-fw fa-file"></i>&nbsp;{{ $documento->descrizione }}</a></td>
<td><a href="/storage/{{ $documento->filename }}"><i class="fas fa-fw fa-file"></i>&nbsp;{{ $documento->descrizione }}</a></td>
<td>
<a class="btn btn-primary" href="/admin/doc_update?id={{ $documento->id }}">Edit</a>&nbsp;