Merge pull request #1583 from jirian/hotfix/filePartial
Hotfixed typo in file partial.
This commit is contained in:
commit
2a78ded8eb
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user