Hotfixed typo in file partial.

This commit is contained in:
jirian 2020-08-29 21:56:24 +02:00
parent 7860a4fcf8
commit 33836dcf98

View File

@ -37,7 +37,7 @@
@endif
@endpermission
<a href="{{ rotue('uploads.download', $file->id) }}" type="button" class="btn btn-sm btn-info text-white header-button-top">
<a href="{{ route('uploads.download', $file->id) }}" type="button" class="btn btn-sm btn-info text-white header-button-top">
<i class="fas fa-file-download"></i>
</a>
</div>