Merge pull request #1583 from jirian/hotfix/filePartial

Hotfixed typo in file partial.
This commit is contained in:
Cüneyt Şentürk 2020-08-31 08:40:22 +03:00 committed by GitHub
commit 2a78ded8eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@
@endif @endif
@endpermission @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> <i class="fas fa-file-download"></i>
</a> </a>
</div> </div>