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/departments/index.blade.php

    rcbb901a raab55f4  
    2020        <div class="dropdown">
    2121            @if(auth()->user()->hasPermission('manage_all_departments'))
    22             <button data-toggle="modal" data-target="#createModal" class="btn btn-primary text-white">
    23                 <i class="fa fa-plus pr-1"></i> New
    24             </button>
     22            <a href="javascript:void(0)" data-toggle="modal" data-target="#createModal" class="btn btn-primary text-white">
     23                New
     24            </a>
    2525            @endif
    2626
    2727                @if(auth()->user()->hasPermission('download_data'))
    2828            <a href="{{ route("dashboard.departments.downloadAll") }}" class="btn btn-danger text-white">
    29                 <i class="fa fa-download pr-1"></i> Download
     29              Download
    3030            </a>
    3131                @endif
    3232            @if(auth()->user()->hasPermission('export_data'))
    3333            <a href="{{ route('dashboard.departments.export') }}" class="btn btn-success text-white">
    34                 <i class="fa fa-table pr-1"></i> Export</a>
     34              Export</a>
    3535            @endif
    3636        </div>
Note: See TracChangeset for help on using the changeset viewer.