- everyone is allowed to download published files

This commit is contained in:
Arno Kaimbacher 2019-09-13 13:28:28 +02:00
parent 5c66a33e51
commit 5ff1ba7c6a
3 changed files with 30 additions and 22 deletions

View file

@ -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