- everyone is allowed to download published files
This commit is contained in:
parent
5c66a33e51
commit
5ff1ba7c6a
3 changed files with 30 additions and 22 deletions
|
@ -44,7 +44,7 @@
|
|||
<tr>
|
||||
<td>
|
||||
@if($file->exists() === true)
|
||||
<a href="{{ route('settings.file.download', ['id' => $file->id]) }}"> {{ $file->path_name }} </a>
|
||||
<a href="{{ route('file.download', ['id' => $file->id]) }}"> {{ $file->path_name }} </a>
|
||||
@else
|
||||
<span class="alert">missing file: {{ $file->path_name }}</span>
|
||||
@endif
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue