Changeset 3536fe9 for resources


Ignore:
Timestamp:
11/01/21 11:48:02 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
master
Children:
28bab7b
Parents:
0ea3dac
Message:

bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • resources/views/dashboard/files/index.blade.php

    r0ea3dac r3536fe9  
    103103                                    @if(auth()->user()->hasPermission('manage_all_files'))
    104104                                    <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>
    108105                                        <a href="{{ route("dashboard.files.downloadFile", ['id' => $file->id]) }}" class="text-danger ml-2"title="Download">
    109106                                            <i class="ti-download"></i>
Note: See TracChangeset for help on using the changeset viewer.