Ignore:
Timestamp:
10/26/21 22:58:47 (3 years ago)
Author:
Berat Kjufliju <kufliju@…>
Branches:
develop, master
Children:
68b1a22
Parents:
cbb901a
Message:

bug fixes

File:
1 edited

Legend:

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

    rcbb901a raab55f4  
    2323            @if(auth()->user()->hasPermission('manage_all_users'))
    2424            <a href="javascript:void(0)" data-toggle="modal" data-target="#createModal" class="btn btn-primary text-white">
    25                 <i class="fa fa-plus pr-1"></i> New
     25                New
    2626            </a>
    2727            @endif
    2828            @if(auth()->user()->hasPermission('export_data'))
    2929            <a href="{{ route('dashboard.users.export') }}" class="btn btn-success text-white">
    30                 <i class="fa fa-table pr-1"></i> Export
     30            Export
    3131            </a>
    3232                @endif
Note: See TracChangeset for help on using the changeset viewer.