Changeset c2e9bd9 for resources


Ignore:
Timestamp:
10/27/21 01:07:55 (3 years ago)
Author:
Berat Kjufliju <kufliju@…>
Branches:
develop, master
Children:
1701ba0
Parents:
9a13901
Message:

bug fixes

Location:
resources/views/dashboard
Files:
2 edited

Legend:

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

    r9a13901 rc2e9bd9  
    8181                                    @if(auth()->user()->hasPermission('manage_all_departments'))
    8282                                    <td>
    83                                         <a class="text-secondary" data-dismiss="modal" data-toggle="modal" href="#editModal_{{$department->id}}" title="Edit">
     83                                        <a href="javascript:void(0)" class="text-secondary" data-toggle="modal" data-target="#editModal_{{$department->id}}" title="Edit">
    8484                                            <i class="ti-pencil"></i>
    8585                                        </a>
  • resources/views/dashboard/index.blade.php

    r9a13901 rc2e9bd9  
    116116                                <th>
    117117                                </th>
    118                                 <th>Image</th>
     118                                <th>Icon</th>
    119119                                <th>Name</th>
    120120                                <th>Created at</th>
Note: See TracChangeset for help on using the changeset viewer.