Changeset ff5b46e for resources/views/dashboard/folders/files.blade.php
- Timestamp:
- 10/25/21 13:53:54 (3 years ago)
- Branches:
- develop, master
- Children:
- 796e7ac
- Parents:
- 11499b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
resources/views/dashboard/folders/files.blade.php
r11499b3 rff5b46e 87 87 <i class="fa fa-file-pdf-o text-danger"></i> 88 88 @else @if(in_array(explode('.', $file->name)[1], $imageExt)) 89 {{-- <div class="col-xl-1 col-lg-1 col-md-1 col-sm-2">--}} 90 {{-- <a href="{{ url('/storage/' . $file->location) }}" class="image-popup-gallery-item">--}} 91 {{-- <div class="image-hover">--}} 92 {{-- <img src="{{ url('/storage/' . $file->location) }}" class="rounded" width="100" alt="image">--}} 93 {{-- </div>--}} 94 {{-- </a>--}} 95 {{-- </div>--}} 89 96 <div class="col-xl-1 col-lg-1 col-md-1 col-sm-2"> 90 <a href="{{ url('/storage/' . $file->location) }}" class="image-popup-gallery-item"> 91 <div class="image-hover"> 92 <img src="{{ url('/storage/' . $file->location) }}" class="rounded" width="100" alt="image"> 93 </div> 94 </a> 97 <i class="fa fa-file-image-o text-danger fa-2x"></i> 95 98 </div> 96 99 @else
Note:
See TracChangeset
for help on using the changeset viewer.