- Timestamp:
- 10/26/21 22:15:20 (3 years ago)
- Branches:
- develop, master
- Children:
- aab55f4
- Parents:
- 9c07cbf
- Location:
- resources/views/dashboard
- Files:
-
- 2 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 -
resources/views/dashboard/folders/index.blade.php
r9c07cbf rcbb901a 131 131 @forelse($folders as $folder) 132 132 <div class="col-xl-4 col-lg-6"> 133 <div class="card" style="width: 20rem;">133 <div class="card"> 134 134 <div class="card-body"> 135 135 <i class="fa fa-folder fa-2x pr-2" aria-hidden="true">
Note:
See TracChangeset
for help on using the changeset viewer.