Ignore:
Timestamp:
10/24/21 20:55:11 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
develop, master
Children:
7043def
Parents:
e0d3f94
Message:

bug fixes

File:
1 edited

Legend:

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

    re0d3f94 r0df7a93  
    159159                                        @endif
    160160                                        @endif
    161 
    162 
    163161                                    </td>
    164162                                    <td>{{ $file->name }}</td>
     
    177175                                            </svg></button>
    178176                                    </td>
     177                                    @if(auth()->user()->hasPermission('manage_all_files'))
    179178                                    <td>
    180179                                        <a href="javascript:void(0)" class="text-secondary" data-toggle="modal" data-target="#editModal_{{$file->id}}" title="Edit">
     
    188187                                        </a>
    189188                                    </td>
     189                                    @else
     190                                        <td></td>
     191                                        @endif
    190192                                </tr>
    191193                                <div class="modal fade" id="deleteModal_{{$file->id}}" tabindex="-1" role="dialog" aria-hidden="true">
Note: See TracChangeset for help on using the changeset viewer.