Ignore:
Timestamp:
10/24/21 13:12:30 (3 years ago)
Author:
Berat Kjufliju <kufliju@…>
Branches:
develop, master
Children:
8c71900
Parents:
5e56e8a
Message:

edited pagination

File:
1 edited

Legend:

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

    r5e56e8a r0208bbd  
    2121        <div class="dropdown">
    2222            <a href="javascript:void(0)" data-toggle="modal" data-target="#createModal" class="btn btn-primary text-white">
    23                 Add department
     23                <i class="fa fa-plus pr-1"></i> New
    2424            </a>
    2525            <a href="{{ route("dashboard.departments.downloadAll") }}" class="btn btn-danger text-white">
    26                 <i class="fa fa-download pr-1"></i> Download files
     26                <i class="fa fa-download pr-1"></i> Download
    2727            </a>
    28             <a href="{{ route('dashboard.departments.export') }}" class="btn btn-success text-white">Export table</a>
     28            <a href="{{ route('dashboard.departments.export') }}" class="btn btn-success text-white">
     29                <i class="fa fa-table pr-1"></i> Export</a>
    2930        </div>
    3031    </div>
Note: See TracChangeset for help on using the changeset viewer.