Changeset 3536fe9 for resources/views/dashboard/files/index.blade.php
- Timestamp:
- 11/01/21 11:48:02 (3 years ago)
- Branches:
- master
- Children:
- 28bab7b
- Parents:
- 0ea3dac
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
resources/views/dashboard/files/index.blade.php
r0ea3dac r3536fe9 103 103 @if(auth()->user()->hasPermission('manage_all_files')) 104 104 <td> 105 <a href="javascript:void(0)" class="text-secondary" data-toggle="modal" data-target="#editModal_{{$file->id}}" title="Edit">106 <i class="ti-pencil"></i>107 </a>108 105 <a href="{{ route("dashboard.files.downloadFile", ['id' => $file->id]) }}" class="text-danger ml-2"title="Download"> 109 106 <i class="ti-download"></i>
Note:
See TracChangeset
for help on using the changeset viewer.