Changeset cbb901a for resources/views/dashboard/departments/index.blade.php
- Timestamp:
- 10/26/21 22:15:20 (3 years ago)
- Branches:
- develop, master
- Children:
- aab55f4
- Parents:
- 9c07cbf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
resources/views/dashboard/departments/index.blade.php
r9c07cbf rcbb901a 20 20 <div class="dropdown"> 21 21 @if(auth()->user()->hasPermission('manage_all_departments')) 22 < a href="javascript:void(0)"data-toggle="modal" data-target="#createModal" class="btn btn-primary text-white">22 <button data-toggle="modal" data-target="#createModal" class="btn btn-primary text-white"> 23 23 <i class="fa fa-plus pr-1"></i> New 24 </ a>24 </button> 25 25 @endif 26 26
Note:
See TracChangeset
for help on using the changeset viewer.