Changeset 190db9f for resources/views/dashboard/files/index.blade.php
- Timestamp:
- 11/01/21 11:18:15 (3 years ago)
- Branches:
- master
- Children:
- d95fdd2
- Parents:
- 1451c6f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
resources/views/dashboard/files/index.blade.php
r1451c6f r190db9f 109 109 <i class="ti-download"></i> 110 110 </a> 111 @if(auth()->user()->hasPermission('delete_data')) 111 112 <a href="javascript:void(0)" class="text-danger ml-2" data-toggle="modal" data-target="#deleteModal_{{$file->id}}" title="Delete"> 112 113 <i class="ti-trash"></i> 113 114 </a> 115 @endif 114 116 </td> 115 117 @else
Note:
See TracChangeset
for help on using the changeset viewer.