Changeset 0208bbd for resources/views/dashboard/files
- Timestamp:
- 10/24/21 13:12:30 (3 years ago)
- Branches:
- develop, master
- Children:
- 8c71900
- Parents:
- 5e56e8a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
resources/views/dashboard/files/index.blade.php
r5e56e8a r0208bbd 21 21 <div class="dropdown"> 22 22 <a href="javascript:void(0)" data-toggle="modal" data-target="#createModal" class="btn btn-primary text-white"> 23 Add files23 <i class="fa fa-upload pr-1"></i> Upload 24 24 </a> 25 25 <a href="{{ route("dashboard.departments.downloadAll") }}" class="btn btn-danger text-white"> 26 <i class="fa fa-download pr-1"></i> Download all26 <i class="fa fa-download pr-1"></i> Download 27 27 </a> 28 <a href="{{ route('dashboard.files.export') }}" class="btn btn-success text-white">Export table</a> 28 <a href="{{ route('dashboard.files.export') }}" class="btn btn-success text-white"> 29 <i class="fa fa-table pr-1"></i> Export 30 </a> 29 31 </div> 30 32 </div> … … 182 184 <div class="modal-content"> 183 185 <div class="modal-header"> 184 <h5 class="modal-title" id="exampleModalCenterTitle"> Add files</h5>186 <h5 class="modal-title" id="exampleModalCenterTitle">Upload</h5> 185 187 <button type="button" class="close" data-dismiss="modal" aria-label="Close"> 186 188 <i class="ti-close"></i>
Note:
See TracChangeset
for help on using the changeset viewer.